Hi!
When I'm opening a Word document from a website (in
Internet Explorer) I've developed, the Sub function
Document_Open() doesn't work. I've also tried AutoOpen,
but it doesn't work either. I believe it is nothing wrong
with the macro itself, since it does work when
I "manually" start it (tools/macro..).
However, if I let Internet Explorer open the Word document
inside a browser window, the Sub function Document_Open()
does work as it should...
This is how I want it to be: when the user click the link
on the website I want MS Word to open the document and the
macros to run... (not open word inside a browser)
What am I doing wrong?? Is this a security setting problem
in Internet Explorer?? Why does the macro work when word
opens in Internet Explorer and not when Word opens
directly???
Please advise!
/NG