Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 845 Bytes

docmd-function.md

File metadata and controls

41 lines (25 loc) · 845 Bytes
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
DOCMD Function
lindalu
03/09/2015
Developer
reference
Vis_DSS.chm60100
medium
6574edeb-eb6f-afd9-89c4-eb5996dffa30
Performs the identified command.

DOCMD Function

Performs the identified command.

Syntax

DOCMD( commandID)

Parameters

Name Required/Optional Data Type Description
commandID
Required
Number
The command to perform.

Remarks

For a list of commands that are supported with the DOCMD function, see the topic "DoCmd/DOCMD commands" in the Microsoft Visio 2013 Automation Reference.

Example

DOCMD (1312)

Causes the Shape Data dialog box to appear in the user interface.