VBA code to quickly check in and check out files in vault from inventor drawing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Whenever I have to make quick changes to an idw that's already checked in and released (say a dimension is misplaced or such) I'll have to do a "modifica leggera", an edit that doesn't change the revision number. The process is more or less like this.
- From the vault sidebar in the inventor drawing, I'll edit the state to "modifica leggera". This removes the released state from the part without adding a revision number.
- check out the file
- make the changest that I want and save
- check in the file
- release it in vault
This whole "modifica leggera" > check out > edit > save > check in > release gets really repetitive, especially if I have to do it for a bunch of released files.
Is there a way to have a script to make this process automatic? I'm talking especially about "modifica leggera" > check out and, afterwards, check in > release.
Thanks in advance for any input.