Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Macro Object / Data Property
Data Property (Macro)
Gets or specifies a string variable that can be used as data during macro execution.
Syntax
expression.Data As String
where expression is a variable that represents a Macro Object

Property Value

The default value is "". This string can be up to 260 characters long.

Exceptions
ExceptionDescription
This exception is thrown if the set parameter is longer than the maximum allowed.
See Also