In general, macros are used for the automation of common tasks. Therefore, CST DESIGN STUDIO™ supports the VBA language and is implemented as an OLE automation server. To access the design elements in CST DESIGN STUDIO™ , to control operations, and to manage its output, there are some language extensions to the standard VBA language that are presented in detail in our VBA help section.
In CST DESIGN STUDIO™, you may edit and run macros. Initially,
some global macros may be contained in your project and they may therefore
be accessed by an item inside the navigation
tree. You can add further macros by choosing Home:
Macros
Open
VBA Macro Editor to open a new macro
view or by choosing
Home:
Macros
Edit
/ Move / Delete VBA macro... to open an existing macro that will
also be displayed in a macro view. To run a macro, search for the desired
name in the
Home:
Macros
Run
Macro list and
click on it.
See also