E
eclips
Hello,
If I open a word or excel document with a hyperlink the autoopen macrocode
generates an error: method failed because the document is open in internet
explorer instead of word (excel).
Can I trap the code with a nice message like: "uncheck the checkbox 'open in
same window'" in order to work with macros. I tried everything:
application.name, parent, windows etc but all these give word as result but
I want to see internet explorer as a result in the direct window. Is there a
solution?
A much nicer way seems to me: uncheck the checkbox by vba code but I dont
think that is possible, or yes?
Thanks a lot
If I open a word or excel document with a hyperlink the autoopen macrocode
generates an error: method failed because the document is open in internet
explorer instead of word (excel).
Can I trap the code with a nice message like: "uncheck the checkbox 'open in
same window'" in order to work with macros. I tried everything:
application.name, parent, windows etc but all these give word as result but
I want to see internet explorer as a result in the direct window. Is there a
solution?
A much nicer way seems to me: uncheck the checkbox by vba code but I dont
think that is possible, or yes?
Thanks a lot