C
charles
Hi,
Can anyone tell me how to activate compiled HTML help file (*.chm)
using VBA code in Excel? Or better yet, how to open a help file by
clicking an added custom toolbar?
I'm hoping that users of my Excel applications can access to the help
files by clicking an added custom toolbar. I tried the shell command
like the following, neither worked:
program="c:\myapplication.chm"
taskid=shell(program,1)
helpfile="c:\myapplication.chm"
shell("start" & helpfile)
THANKS A LOT!
Can anyone tell me how to activate compiled HTML help file (*.chm)
using VBA code in Excel? Or better yet, how to open a help file by
clicking an added custom toolbar?
I'm hoping that users of my Excel applications can access to the help
files by clicking an added custom toolbar. I tried the shell command
like the following, neither worked:
program="c:\myapplication.chm"
taskid=shell(program,1)
helpfile="c:\myapplication.chm"
shell("start" & helpfile)
THANKS A LOT!