Thread: Open webpage
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Open webpage

FollowHyperlink doesn't work that way.

--
Regards,
Tom Ogilvy

"Newbie" wrote in message
...
I am using the following VBA:
ThisWorkbook.FollowHyperlink _
Address:="http://www.yahoo.co.uk"
which is great and does it's job, I would like it to use the ieexplorer

that is already open instead of opening a new page.

TIA