I want to code a script to run immediately after a document opens similar to
workbook_open() in excel

Re: VBA Script to automatically run after document opens by Doug

Doug
Sun Oct 24 21:30:57 CDT 2004

Put the code in a macro named Autoopen

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Richard Mogy" <rmogy@sbcglobal.net> wrote in message
news:VgZed.18331$nj.14067@newssvr13.news.prodigy.com...
>I want to code a script to run immediately after a document opens similar
>to workbook_open() in excel
>



Re: VBA Script to automatically run after document opens by Richard

Richard
Sun Oct 24 21:49:21 CDT 2004

Thank you.
"Doug Robbins" <dkr@NOmvpsSPAM.org> wrote in message
news:e8LjxqjuEHA.2144@tk2msftngp13.phx.gbl...
> Put the code in a macro named Autoopen
>
> --
> Please respond to the Newsgroup for the benefit of others who may be
> interested. Questions sent directly to me will only be answered on a
> paid consulting basis.
>
> Hope this helps,
> Doug Robbins - Word MVP
> "Richard Mogy" <rmogy@sbcglobal.net> wrote in message
> news:VgZed.18331$nj.14067@newssvr13.news.prodigy.com...
>>I want to code a script to run immediately after a document opens similar
>>to workbook_open() in excel
>>
>
>