InvisibleApp.PromptForSummary property (Visio)
Determines whether Microsoft Visio prompts for document properties when it saves a document. Read/write.
Syntax
expression.PromptForSummary
expression A variable that represents an InvisibleApp object.
Return value
Integer
Remarks
This property corresponds to the Prompt for document properties on first save check box on the Save tab in the Visio Options dialog box (click the File tab and then click Options).
Example
This Microsoft Visual Basic for Applications (VBA) macro switches the PromptForSummary property of the Visio Application object.
Public Sub PromptForSummary_Example()
Application.PromptForSummary = Not Application.PromptForSummary
End Sub
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.