Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys, i have this ilogic rule to generate a pdf when i save a drawing.
I would like it to add the revision number inside the drawing revision list when i save instead of creating a new idw file with the revision number. could someone help? Thanks.
strFolder = "D:\Novathermboiler\Pdf\" & ThisDoc.FileName(False) 'without extension ThisDoc.Document.SaveAs(strFolder & (".pdf") , True) MessageBox.Show("All file formats saved", "File Save")
Solved! Go to Solution.