I have a word document that is opened on an intranet using Internet Explorer.
The Auto Open event handler does not seem to be running when the document is
opened.
The AutoOpen event handler simply calls a macro stored in a module within
the document.
If you open the doc (using internet explorer) save it to the hard drive,
then close it and reopen it from disk, it works fine.
Internet Explorer is opening the document in a separate window and the
security level is not set at high. I suspect it could be network security
preventing auto open macros from running, but not positive.
Does anybody have any alternate theories of the crime?
Thanks for any help offered!
>I have a word document that is opened on an intranet using Internet Explorer.
> The Auto Open event handler does not seem to be running when the document is
[quoted text clipped - 13 lines]
>
>Thanks for any help offered!
According to http://support.microsoft.com/?kbid=286310, AutoOpen
should run, although AutoExec will not. It sounds like you may need to
pursue this with the vendor of your network security application.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
JMB - 09 Jun 2005 04:30 GMT
Sorry, but I misspoke. The event handler is Document_Open located in
ThisDocument. Does this make any difference?
I may give AutoOpen a try just to see what happens. Thanks for taking a look.
> >I have a word document that is opened on an intranet using Internet Explorer.
> > The Auto Open event handler does not seem to be running when the document is
[quoted text clipped - 22 lines]
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org