Object Model Reference : Classes : A : Application : Properties : Application.GMSManager |
Property GMSManager As GMSManager
Member of Application
The GMSManager property returns a Global Macro Storage (GMS) Manager, or GMSManager, object. A GMS manager lets you run VBA macros from other programs, as well as manage GMS modules.
The GMSManager property returns a read-only value.
The following VBA example runs a macro, Cropmarks, in the Main module of GMS CropMarks.
Sub Test() |
GMSManager.RunMacro "CropMarks", "Main.Cropmarks" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.