Results 1 to 1 of 1

Macro to open a URL using IE

Threaded View

  1. #1
    abhay_547
    Guest

    Macro to open a URL using IE

    Hi All,

    I got the below macro which uses IE and open the URLs. I want to create a userform with listbox with radio button and commandbutton on the same which will help me to connect to each url when I select the same in listbox and click on the commandbutton.
    Sub DoBrowse1()
        Dim ie As Object
        Set ie = CreateObject("Internetexplorer.Application")
        ie.Visible = True
        ie.Navigate "www.google.com"
    End Sub
    Any suggestions..
    Last edited by abhay_547; 10-18-2010 at 02:19 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1