![]() Editing Legacy Reflection MacrosYou can edit legacy Reflection macros in the Visual Basic Editor. However, some Session methods and properties are no longer supported. For more information, see the Reflection VBA Guide (Help > VBA Guide). To edit a legacy Reflection macro
Editing Reflection Basic MacrosTo edit Reflection Basic scripts
To edit a Reflection Basic macro (script):
Optional: To access information or procedures in other Reflection Basic scripts, use the $Include metacommand, the RunScript method, or the Declare statement. Example of the $Include metacommand: This line of code, (the comment is intended) will make functions in the common.rbs available to the .rbs file. '$include ".\common.rbs" Example of the RunScript method: This line of code runs the myTestRBScript.rbs script. | ||
|