Search results

  1. C

    webbrowser control problem

    Well I've found out that the the code is firing twice, which I think means theres 2 frames on the webpage, I only want it to fire one the page is fully loaded. I dont understand how to use pdisp, please can you explain?
  2. C

    webbrowser control problem

    I can control the input to fields on a web page fine if using a new IE window with the following code: Dim IE As Object Dim URL As String Set IE = CreateObject("InternetExplorer.Application") IE.Visible = True URL = "example" IE.navigate (URL) Do While...
  3. C

    Listbox double click error

    Thank you, worked perfectly
  4. C

    Listbox double click error

    Hi guys, hope you can help I have a multicolumn list box (lstsundry) which when I double click an entry is supposed to bring up a form (Add Sundry) with the selected records details in it, however it is only bringing up the form ready for a new entry. The form is bound to the table where the...
Back
Top Bottom