Main page /  Useful info about ShapeSheet™  / Visio ShapeSheet reference / ShapeSheet™. List of functions by category

ShapeSheet. Category Calls controls flow

Note

This table contain only functions which included in table for similar category in the book MS Visio 2003 Developer’s Survival Pack by Graham Wideman (see chapter 37).

The version information in which the function was added is taken from John's Goldsmith article Visio ShapeSheet Functions by Version


Name

Details

CALLTHIS

Version Added: Pre 2003

Calls a procedure in a Microsoft Visual Basic for Applications (VBA) project.

Syntax

CALLTHIS("procedure",["project"],[arg1,arg2,...])

Read more about function CALLTHIS

DOCMD

Version Added: Pre 2003

Performs the identified command.

Syntax

DOCMD(commandID)

Read more about function DOCMD

DOOLEVERB

Version Added: Pre 2003

Executes a verb for the OLE object.

Syntax

DOOLEVERB("verb")

Read more about function DOOLEVERB

RUNADDON

Version Added: Pre 2003

Executes an add-on or a macro in a Microsoft Visual Basic for Applications (VBA) project.

Syntax

RUNADDON("string")

Read more about function RUNADDON

RUNADDONWARGS

Version Added: Pre 2003

Runs string and passes the command line arguments to the program as a string.

Syntax

RUNADDONWARGS("string","arguments")

Read more about function RUNADDONWARGS

RUNMACRO

Version Added: 2003

Calls a macro in a Microsoft Visual Basic for Applications (VBA) project.

Syntax

RUNMACRO (macroname [, projname_opt])

Read more about function RUNMACRO