+ Reply to Thread
Results 1 to 2 of 2

Problem to acces a ComboBox Webbrowser

  1. #1
    Registered User
    Join Date
    09-18-2014
    Location
    MEXICO
    MS-Off Ver
    OFFICE 2010
    Posts
    2

    Question Problem to acces a ComboBox Webbrowser

    Hi everyone I have this question, I can not change a Combobox using a webbrowser in Excel, here is the code

    Private Sub CommandButton5_Click()
    sState As String

    WebBrowser1.Visible = True
    On Error Resume Next

    With WebBrowser1

    sState = "Oregon"

    .Document.getElementById("state").Value = sState


    End With

    It doesnt make any change, can someone tell me the motive or if Im wrong let me know

    Thanks
    Last edited by DION CARRILLO; 10-17-2014 at 04:01 PM.

  2. #2
    Registered User
    Join Date
    09-18-2014
    Location
    MEXICO
    MS-Off Ver
    OFFICE 2010
    Posts
    2

    Re: Problem to acces a ComboBox Webbrowser

    Sorry this is the correct

    Private Sub CommandButton5_Click()
    sState As String

    WebBrowser1.Visible = True
    On Error Resume Next

    With WebBrowser1

    sState = "Oregon"

    .Document.getElementById("state").Value = sState


    End With

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problem with HTML in UserForm WebBrowser
    By jaskamakkara in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-17-2014, 01:56 AM
  2. Excel to Acces
    By crcastilla in forum Excel General
    Replies: 2
    Last Post: 09-26-2011, 02:26 PM
  3. OWC Picking Data from Acces
    By aikins in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-28-2007, 10:26 AM
  4. [SOLVED] Retrieve from Acces
    By WayneR in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-04-2006, 01:30 PM
  5. [SOLVED] Problem with webbrowser control
    By Mike NG in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-14-2005, 07:06 PM

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