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
|