Previous Document Next Document
Application.GMSManager

Property GMSManager As GMSManager

Member of Application

The GMSManager property returns a Global Macro Storage (GMS) Manager 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 code example runs a macro, Cropmarks, in the Main module of GMS CropMarks.

Sub Test() 
 GMSManager.RunMacro "CropMarks", "Main.Cropmarks" 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.