I have created a template and need to force the opening of the File
Properties dialog when creating a new doc based on the template, or when
re-opening the doc. I have tried naming a macro AutoExec and using the
command ActiveDocument.Application.Run MacroName:="FileProperties" but it
doesn't work.

RE: How do I automatically run macro FileProperties when opening doc by UAOz

UAOz
Tue Mar 28 19:01:02 CST 2006

Found the answer myself. use macro name AutoNew for creating new doc from
template, and AutoOpen fffor when re-opening the doc.

"UA Oz" wrote:

> I have created a template and need to force the opening of the File
> Properties dialog when creating a new doc based on the template, or when
> re-opening the doc. I have tried naming a macro AutoExec and using the
> command ActiveDocument.Application.Run MacroName:="FileProperties" but it
> doesn't work.

Re: How do I automatically run macro FileProperties when opening doc by Charles

Charles
Wed Mar 29 13:03:28 CST 2006

You can set a document to prompt for File Properties when it is closed or
saved for the first time.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"UA Oz" <UAOz@discussions.microsoft.com> wrote in message
news:2308C198-2FF1-47C9-AAC6-B2D3C300574E@microsoft.com...
>I have created a template and need to force the opening of the File
> Properties dialog when creating a new doc based on the template, or when
> re-opening the doc. I have tried naming a macro AutoExec and using the
> command ActiveDocument.Application.Run MacroName:="FileProperties" but
> it
> doesn't work.