L
Larry
Basic problem, but I can't get the hang of it.
In the code below, I want to replace the web address with a variable
called sAddress to open a web page.
Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE
www.washingtonpost.com"), _
vbNormalFocus
I've tried all kinds of variations similar to the below code using &,
but I can't find the way that works.
Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE sAddress"), _
vbNormalFocus
In the code below, I want to replace the web address with a variable
called sAddress to open a web page.
Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE
www.washingtonpost.com"), _
vbNormalFocus
I've tried all kinds of variations similar to the below code using &,
but I can't find the way that works.
Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE sAddress"), _
vbNormalFocus