HelpFile Property
Applies To
VBProject object.
Description
Returns or sets a String specifying the Microsoft Windows Help file for a project. Read/write.
See Also
HelpContextID property.
Example
The following example uses the HelpFile property to assign a Help file to a project; the example verifies that the assignment was successful by printing the full path of the Help file.
Application.VBE.VBProjects(1).HelpFile = "C:\HelpStuff\veenob3.hlp"
Debug.Print Application.VBE.VBProjects(1).HelpFile