Ohh actually it doesn't quite work...it pulls the revision from the drawing custom property, and not the part or assembly custom property.
Is it possible to make this change?
Holy crap I actually got it to work!
Thanks all!
Now ONE little thing I'd like to change if possible.... The file name saves as "revx", is it possible to save it as "RevX"??
I appreciate all the replies but I wasn't kidding in saying I don't know how to program. So the likelihood of me "adding" the grab rev function is nonexistent :)
ShaggyPE: Your code mainly does what I'm looking for but I get an error in the line:
swFrame.SetStatusBarText "Done"
I should have prefaced that I know very little about programming!
But I assume what I have to come up with goes something like:
1. Dim Rev As String
2. Setting "Rev" variable to equal the Revision custom property
3. Including the "Rev" variable in the FilePath = Part.GetPathName line of...
Hello,
I'm looking for a Save As PDF Macro that's a little different from the ones I've found.
Here's what I'm looking for:
- Ability to save multiple open drawings as PDF files
- Save in original folder as drawing files
- Automatically name pdf file the name of drawing file AND name it the...