Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have this Ilogic code that i use everyday to save the file as a pdf. This code also add the revision number to the pdf file that is created. I need to modify this code so i can save all sheets.
strFolder = "D:\Novathermboiler\Pdf\" & ThisDoc.FileName(False) 'without extension Dim oRev As String = iProperties.Value("Summary", "Revision Number") ThisDoc.Document.SaveAs(strFolder & ", Rev" & oRev & ".pdf", True) 'ThisDoc.Document.SaveAs(strFolder & ".pdf", True) MessageBox.Show("All file formats saved", "File Save")
Thanks
Solved! Go to Solution.