![]() |
|
#6
|
||||
|
||||
|
You can make a macro run automatically whenever a document is created, via a Document_New macro in the template's 'ThisDocument' module. I'm not sure how invoking a SaveAs process at that time would fit in with your workflow, though.
Regarding "updating the Title property so it stays with the resultant pdf", you can do that by inserting: .BuiltInDocumentProperties("Title") = StrNm before the first: End With To make the default save format 'PDF', simply insert: .Format = wdFormatPDF before: .Show
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
split word document based on bookmarks with each new document title of the bookmark
|
megatronixs | Word VBA | 9 | 09-05-2020 02:29 PM |
How to have the location (path) of the Word document on the title bar?
|
Jamal NUMAN | Word | 24 | 09-06-2017 12:18 PM |
How to specify Document Title from the body of my Document
|
SymphonyTomorrow | Word | 9 | 08-05-2013 05:31 PM |
Display Full File Path Name of Document in Title bar MS-Word 2010
|
Carlos06x | Word | 1 | 10-12-2011 10:39 AM |
Creating Text to count words WITHOUT title page
|
ingmar.s | Word | 3 | 10-08-2009 10:23 AM |