What is the preferred way to organize and access Catia Macros?
I have both scripts and VBA codes.
For the scripts I just placed them in a common folder on the network so everybody can navigate there to either launch each one out of the Macro menu or create icons.
Is there a way to create one icon the brings up the full list of either Products Macros, Part Macros, or Drawing Macros?
I know I would have to determine which Macros I want in each list.
For the VBA macros, I have compiled them together into two different Libraries, one for 3D Macros and the other is for Drawing Macros.
Is this a good practice or should i keep each Macro in its separate library?
I would like to create a launch menu as well for this, that way there is only one icon to access all of them.
I have both scripts and VBA codes.
For the scripts I just placed them in a common folder on the network so everybody can navigate there to either launch each one out of the Macro menu or create icons.
Is there a way to create one icon the brings up the full list of either Products Macros, Part Macros, or Drawing Macros?
I know I would have to determine which Macros I want in each list.
For the VBA macros, I have compiled them together into two different Libraries, one for 3D Macros and the other is for Drawing Macros.
Is this a good practice or should i keep each Macro in its separate library?
I would like to create a launch menu as well for this, that way there is only one icon to access all of them.