![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
That's as simple as:
Code:
With wdDoc
.Range.InsertBefore .BuiltInDocumentProperties("Title") & vbCr
.Close SaveChanges:=True
End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| document, extract, property |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| From a docx report document save all images in a cell from the document to a folder | censura | Word VBA | 1 | 05-13-2017 12:54 AM |
| Vba code to save document as pdf using document property text and rename folder. | staicumihai | Word VBA | 1 | 12-21-2015 07:39 AM |
| Document Property Question | ksigcajun | Word VBA | 9 | 10-14-2014 11:26 AM |
Insert image based on document custom property
|
anandyrh | Word | 1 | 08-14-2013 12:08 AM |
| Remove title property from all files in a folder | konopca | Word VBA | 2 | 12-04-2012 10:54 AM |