![]() |
#10
|
||||
|
||||
![]()
In that case, you could use a macro like:
Code:
Sub SaveAsPDF() Dim StrName As String With ActiveDocument StrName = "\Boilerplate - " & .BuiltInDocumentProperties("Company") & " - " & Format(Date, "YYYY-MM-DD") .SaveAs FileName:=.Path & StrName & ".pdf", FileFormat:=wdFormatPDF, AddToRecentFiles:=False End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
pdf export |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
brent chadwick | Word VBA | 10 | 10-25-2017 08:26 AM |
How to save the current page in a new file with all the page settings (header, footer | Jamal NUMAN | Word | 6 | 03-15-2012 03:27 PM |
![]() |
KIM SOLIS | Excel | 2 | 11-04-2011 06:09 PM |
![]() |
jabberwocky12 | Word VBA | 2 | 10-22-2010 12:23 PM |
![]() |
Styler001 | Word | 4 | 01-25-2010 06:40 PM |