Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Load iexplore in a new window?

I know I can use the FollowHyperlink() function to load any URL in the default browser. But how do I load the URL in a new window?

-Robert
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Load iexplore in a new window?

Hi Robert,

Am Thu, 19 Sep 2019 02:22:15 -0700 (PDT) schrieb RG III:

I know I can use the FollowHyperlink() function to load any URL in the default browser. But how do I load the URL in a new window?


e.g.:

Set appIE = CreateObject("internetexplorer.Application")
appIE.navigate "http://www.google.com"


Regards
Claus B.
--
Windows10
Office 2016
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Load iexplore in a new window?

On Thursday, September 19, 2019 at 3:28:42 AM UTC-7, Claus Busch wrote:

Set appIE = CreateObject("internetexplorer.Application")
appIE.navigate "http://www.google.com"



Nothing happened when I ran that code. But I had better luck using the Shell() with iexplore.exe. Thanks again though!
Reply
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
DefaultIcon for .jpg set to iexplore.exe.mui MS_User Excel Programming 0 September 8th 09 12:31 PM
how to save a desired window size but hv window comeup fullsz by d smjm1982 Excel Discussion (Misc queries) 1 February 15th 08 11:10 AM
View cell contents as a pop-up window (similar to comments window) Oldersox Excel Worksheet Functions 1 February 6th 08 07:09 AM
Docking Project Explorer, Properties window and Code window in VBE jayray Setting up and Configuration of Excel 2 March 27th 07 04:42 PM
The window opens in a smaller window not full sized window. Rachael Excel Discussion (Misc queries) 0 November 7th 06 09:04 PM


All times are GMT +1. The time now is 05:03 AM.

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

About Us

"It's about Microsoft Excel"