LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default Open other applications using code

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does Exel open much slower than other applications? Andre Excel Discussion (Misc queries) 0 March 24th 09 08:37 PM
Can't open Excel files from other applications Paul Excel Discussion (Misc queries) 1 February 10th 09 01:43 PM
Open non MS applications Frankie Excel Programming 4 August 23rd 06 12:04 AM
check Open Excel applications Zurn[_56_] Excel Programming 0 May 8th 06 07:29 AM
Macro to open other applications Sherry Excel Programming 2 October 1st 04 10:50 PM


All times are GMT +1. The time now is 09:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"