Not applicable
09-06-2021
06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have managed to create ilogic to save the document on the format that i want but i want to do this for all open documents please.
strFolder = "S:\01 - Temp Drawing PG\" & ThisDoc.FileName(False) & "_S4_" & iProperties.Value("Project", "Revision Number")
ThisDoc.Document.SaveAs(strFolder & (".jpg") , True)
ThisDoc.Document.SaveAs(strFolder & (".pdf") , True)
Solved! Go to Solution.