Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone,
Is it possible to open a website from within a macro in Excel....if so...how would you do that? And please...don't laugh.....:) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been using the following routine for several months. The sub routine
was found on this newsgroup, and I do not know who deserves the credit. Sub OpenMyChoiceWebSite() ThisWorkbook.FollowHyperlink Address:="https://www.MyChoice.com/" End Sub Replace MyChoice with your choice. Hope this helps. John Eppley |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening a Macro in Excel 2007 | Excel Discussion (Misc queries) | |||
Opening an Excel file with macro | Excel Discussion (Misc queries) | |||
restrictions in excel opening webpage ?? | Excel Discussion (Misc queries) | |||
A Macro that Copies from Excel & Pastes into a webpage | Excel Discussion (Misc queries) | |||
opening webpage in excel | Excel Programming |