Batch Renaming Program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've written up an excel spreadsheet that works through Inventor Apprentice VBA. (I know Vault has something similar, but I don't have vault)
It pulls all the parts in an assembly and allows the user to rename any and all parts and then save them to the same or different directory.
I've got it functioning fairly well, but I've had trouble whenever a new part takes the name of an old part. (renaming to something completely new is no issue).
I've attached the file for anyone to play around with and give feedback or suggest changes.
I'd like to hear your thoughts as I know there are a few people who have run into the problem of batch renaming.
Note: I'm not a programmer so you'll most certainly find unorthodox things and most likely an error or two. (Primarily, the last command to move any purchased part folders or imported component folders fails because of the lockfile.lck being used by excel. I haven't figured out how to release this without closing excel)