Auto Open w/Internet Explorer

J

JMB

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!
 
J

Jay Freedman

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!

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.
 
J

JMB

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top