Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
UZUmberto Zanola14/06/2024
I am working on a VBA Macro that cycle all the configuration in a file and set the add rebuild save mark as below.
I want to force rebuild every configuration AND create their display data as well.
'Check current configuration Mark If swConfig.AddRebuildSaveMark = False Then 'Add Rebuild/Save Mark to each configuration swConfig.AddRebuildSaveMark = True End If
Question1:
For a single configuration file