Hope this helps --> 
http://www.excelitems.com/2009/03/access-search-engines-on-browser.html.


________________________________________
Thanks & Regards
Ashish Jain
(Microsoft Certified Application Specialist)
(Microsoft Certified Professional)
http://www.excelitems.com
http://www.openexcel.com
________________________________________

On Dec 6, 5:38 pm, Ken Roedel <roed...@gmail.com> wrote:
> Alternatively, you can reference the Microsoft Internet Controls library
> from the VBA IDE and use the methods and props of ShDocVw.InternetExplorer
> application object to navigate around.
>
> -Ken
>
>
>
>
>
>
>
> On Mon, Dec 6, 2010 at 1:01 AM, kanwaljit Singh <kanwal...@gmail.com> wrote:
> > Thanks,
>
> > I am trying to fill info into a web form in IE
>
> > On Mon, Dec 6, 2010 at 9:49 AM, Ken Roedel <roed...@gmail.com> wrote:
>
> >> 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 athttp://www.excel-macros.blogspot.com
> >>> 4. Learn VBA Macros athttp://www.quickvba.blogspot.com
> >>> 5. Excel Tips and Tricks athttp://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&;...
>
> >>  --
>
> >> ---------------------------------------------------------------------------
> >>  -------
> >> 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 athttp://www.excel-macros.blogspot.com
> >> 4. Learn VBA Macros athttp://www.quickvba.blogspot.com
> >> 5. Excel Tips and Tricks athttp://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&;...
>
> > --
> > Sincere Regards
> > CA Kanwaljit Singh Dhunna
> > +91-987 6739 911
> > +91-950 1031 007
>
> >  --
>
> > --------------------------------------------------------------------------- 
> > -------
> > 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 athttp://www.excel-macros.blogspot.com
> > 4. Learn VBA Macros athttp://www.quickvba.blogspot.com
> > 5. Excel Tips and Tricks athttp://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&;...

-- 
----------------------------------------------------------------------------------
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