Description
Closes the diagram specified by the given title string. PARAMETERS: Identifier as String.
Syntax
Public Sub CloseDiagram( _ ByVal [Identifier As Variant _ )
Parameters
- Identifier
Example
Dim strFile As String strFile = "MyDiagram.DM1" DiagramManager.CloseDiagram(strFile)
See Also