Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.GMSManager


Application.GMSManager

Property GMSManager As GMSManager

Description

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.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.