This is most important question to ask:  What are you trying to do with IE
from Excel?

-Ken

On Sun, Dec 5, 2010 at 3:28 PM, kanwal_no1 <kanwal...@gmail.com> wrote:

> Hi All,
>
> I am using the following portion of a code to open the Internet
> Explorer from Excel
>
> Sub OpenIE()
> Dim IE As Object
> Dim frmT As Object
> Dim doc As Object
> Dim opt As Object
> Dim ws1 As Worksheet
> Dim drop As Integer
>
>    Set ws1 = Worksheets("Check")
>    Set IE = CreateObject("InternetExplorer.application")
>    IE.Visible = True
>
> I am facing the following two issues.
> 1. It opens a new IE window each time. What changes to make if the IE
> is already open and I need to open only a new tab.
> 2. What changes to make if I am to open Mozilla or Chrome or Opera
> from excel
>
> Regards
> Kanwaljit
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts

Reply via email to