HELP Function

Office 2013 and later

Last modified: March 09, 2015

Applies to: Office 2013 | Visio 2013

In this article
Syntax
Remarks
Example

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

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.

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

HELP("visio.chm!shapesheet")

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

Show: