What is the VBA statement to open a Help.chm file?

B

BobV

Group:

I have a Help menu, and the first menu item on it is labeled: Program
Help... F1. I have created a help file named DCHelp.chm that I want to be
opened when the user selects Program Help... from the Help menu. I have set
the Help File property to DCHelp.chm and the Help ContextID property to the
appropriate number (1000). If the user presses the F1 key, the DCHelp.chm
file is opened, but it doesn't open when the user selects Program Help...
from the Help menu.

I am assuming that I must also create a VBA statement or macro that will
open the DCHelp.chm file when the menu item is selected. Can anyone suggest
the VBA statement to open this file that I can call when the menu item is
selected?

Thanks,
BobV
 
Top