Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Calls controls flow
|
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,...]) |
DOCMD Version Added: Pre 2003 |
Performs the identified command. Syntax DOCMD(commandID) |
DOOLEVERB Version Added: Pre 2003 |
Executes a verb for the OLE object. Syntax DOOLEVERB("verb") |
RUNADDON Version Added: Pre 2003 |
Executes an add-on or a macro in a Microsoft Visual Basic for Applications (VBA) project. Syntax RUNADDON("string") |
RUNADDONWARGS Version Added: Pre 2003 |
Runs string and passes the command line arguments to the program as a string. Syntax RUNADDONWARGS("string","arguments") |
RUNMACRO Version Added: 2003 |
Calls a macro in a Microsoft Visual Basic for Applications (VBA) project. Syntax RUNMACRO (macroname [, projname_opt]) |