#HelpFile Comment
SyntaxGroup'#HelpFile "helpfile"
DeclarationDescription
Each project/macro/module can define the HelpFile for the object browser.
Projects: A '#HelpFile comment in a project's module is ignored. The project itself contains the '#HelpFile comment for all the modules in the project.
Parameters Description helpfile A full path to the help file associated with the help text and help context.
'#HelpFile "help.chm" Sub Main End Sub