View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Open Internet from Excel

Try

ActiveWorkbook.FollowHyperlink Address:="http://www.google.com",
NewWindow:=True

Mike

"K" wrote:

Hi all, How can I open Internet URL from excel macro? In other words
when I click button then the URL address indicated in macro should
open up in Internet window