I'm having trouble launching a help file (with the ever creative title of "help"I created from the menu I created for Help.
Private Sub mnuHelp_Click()
App.HelpFile = App.Path & "\help.hlp"
End Sub
Am I missing something here or does anyone have an idea why this wouldn't launch my help file? Thanks in advance.
Private Sub mnuHelp_Click()
App.HelpFile = App.Path & "\help.hlp"
End Sub
Am I missing something here or does anyone have an idea why this wouldn't launch my help file? Thanks in advance.