To Create a VBA project
To create a VBA project node:
1. Expand the "Project Library"-"Utilities" node, right-click on "VBA Projects" and select "VBA project" in its right-click menu.
2. Enter the name of the node in the program that pops up.
Note: 1) name in English;
2) Multiple nodes do not use similar names (such as: VBA1, VBA2, VBA3);
3) Do not use "-", You can use "_";
4) To modify the name, the node name needs to be modified two places;
Insert interface, module, class:
1. Right-click on the new Vba_project node and select "Open VBA IDE" in its right-click menu.
2. Through the right-click menu "Insert" to add the VBA program interface, modules, classes.
Note: The main function is usually main when the program is written
To add a control to a reference DLL:
1. Select "Tools"-"Additional controls ..." To add the required controls;
2. Select "Tools"-"References ..." to add the required DLL files.
Note: Selected Items only means select all.
Delmia DPE Development-Creating a VBA program