What this macro does
Renames configurations using a chosen custom property, with duplicate-safe suffixes.
Best for
- Configured part cleanup
- Export naming consistency
- Design table preparation
Inputs
- Open part or assembly
- Property name to read from each configuration
Outputs
Renamed configurations
Filename rules
No export files created.
How to use
- Test on copied SOLIDWORKS files first.
- Download and import
RenameConfigurationsFromProperty.basinto a SOLIDWORKS VBA macro project. - Open the required document type: Part, Assembly.
- Run
mainfrom the macro editor or assign it to a toolbar button. - Review all generated files before using them for production release.
Limitations
- Renaming configurations can affect downstream references; test on copies first.