A
Adri
I have the following code to open a web page:
Dim IE
Set IE = CreateObject("internetexplorer.application")
mySTR = "http://MyWebPage"
IE.Navigate mySTR
The code works if I run it from vba - it opens the page on top of Word. But
if I assign it to a QAT or Ribbon button, it opens the page but leaves it
minimized.
How can I get it to open on top of Word?
Dim IE
Set IE = CreateObject("internetexplorer.application")
mySTR = "http://MyWebPage"
IE.Navigate mySTR
The code works if I run it from vba - it opens the page on top of Word. But
if I assign it to a QAT or Ribbon button, it opens the page but leaves it
minimized.
How can I get it to open on top of Word?