HELP Function

Opens an HTML Help file with the specifed keyword in the Search box.

Syntax

HELP(" filename.chm!keyword ")

Parameters

Name Required/Optional Data Type Description
filename.chm!keyword
Required
String
The filename of the Help file and the keyword to search for.

Remarks

If no keyword is specified, the HELP function opens the contents page of the Help file.

Example

HELP("visio.chm!shapesheet")

Opens the Visio Help file and displays a list of the topic(s) whose keyword is "shapesheet."