Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Aug 6, 9:02*am, SJW_OST wrote:
I want to have Excel open Windows Explorer to a specific drive location, ie C:\MyFolder. I also want Excel to open Internet Explorer to a specific intranet site. Can either of these actions be done thru Excel VB? Thanks for any help. All these can be done. u can use Sub test() ActiveWorkbook.FollowHyperlink Address:="H:\", _ NewWindow:=True End Sub IF you go to the webpage of say google then just use Sub test() ActiveWorkbook.FollowHyperlink Address:="http://www.google.com", _ NewWindow:=True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does Exel open much slower than other applications? | Excel Discussion (Misc queries) | |||
Can't open Excel files from other applications | Excel Discussion (Misc queries) | |||
Open non MS applications | Excel Programming | |||
check Open Excel applications | Excel Programming | |||
Macro to open other applications | Excel Programming |