What this macro does
Runs Pack and Go into a selected folder and applies prefix/suffix naming, with a hook for custom-property based names.
Best for
- Project copies
- Supplier packages
- Revision snapshots
Inputs
- Open saved SOLIDWORKS document
- Destination folder
- Optional prefix/suffix
Outputs
Copied project set
Filename rules
Uses user prefix/suffix around the original filename in v1.
How to use
- Test on copied SOLIDWORKS files first.
- Download and import
PackAndGoCustomPropertyNaming.basinto a SOLIDWORKS VBA macro project. - Open the required document type: Part, Assembly, Drawing.
- Run
mainfrom the macro editor or assign it to a toolbar button. - Review all generated files before using them for production release.
Limitations
- Custom-property naming is conservative to avoid broken references.
- Always inspect the Pack and Go result before releasing.