April 2006
Beginner
1114 pages
98h 16m
English
Application.Help([HelpFile], [HelpContextID])
Displays a help topic in Excel’s Help window.
|
Argument |
Setting |
|---|---|
|
|
The file to display. Can be compiled Help (.chm or .hlp) or a web page (.htm). Defaults to the Excel help file. |
|
|
For compiled help files, the numeric ID of the topic to display. Ignored for web pages. |
See Chapter 6 for details on creating and displaying Help. The following code displays an error message help page in the Help window:
Sub TestApplicationHelp( )
' Display Help in Help window.
Application.Help ("http://excelworkshop.com/Help/error51.htm")
End SubRead now
Unlock full access