![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#2
|
|||
|
|||
|
[Edit: The following in Italics is mistaken.
I'm not sure this can be done simply. I believe that in earlier versions, the vba command Code:
Options.SavePropertiesPrompt = True You could, I believe, intercept the save command with a userform that would query for the information and put it into document properties prior to saving. [End mistaken] The following command, if placed in an appropriate macro should do it: application.DisplayDocumentInformationPanel = True While this appears to be an Application property, it does not seem to be sticky. You could put it in an intercepting macro for Save and SaveAs commands. For doing this with a userform take a look at Prompt to enter (custom) document property in Microsoft Word - Super User. See also: Intercepting events like Save and Print. sorry, I need to get to bed, early morning class I'm teaching. [End Edit] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Help with Document Properties Prompt Macro
|
KJJ | Word VBA | 14 | 11-10-2016 08:18 PM |
Updating Document Properties without using advanced properties dialogue
|
thedr9wningman | Word VBA | 3 | 01-20-2014 05:56 PM |
| Prompt when close the document | ubns | Word | 15 | 04-29-2012 10:07 PM |
Prompt for Selection Point in document
|
caddcop | Word VBA | 3 | 06-14-2011 05:45 PM |
Add custom document properties into document
|
NicBodkin | Word | 8 | 05-05-2011 09:09 AM |