Programming with Reflection
ClipboardSyntax property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the programming language used when recorded actions are placed on the Clipboard. This property is relevant only when the destination of recorded actions is the Clipboard (that is, when Destination is set to Clipboard in the Stop Recording dialog box, or the Destination argument of the StopRecordingMacro method is set to rcClipboard).
The default value is rcVBASource.
rcVBASource Visual Basic syntax is used.
rcCSource 'C' syntax is used.