Im having a lot of troubles getting this to work. I am trying to check a textbox to automate the data entry of a form. I can get text to fill in ok, but am struggling when it comes to the checkbox.
I am using the AxWebBrowser control. This is how I have been trying to get this to work (I am new to VB so bare this in mind )
AxWebBrowswer1.Document.Forms("nameoftheformehere")("nameofthetextboxIwantticked").Value = "vbChecked"
Why oh why will this not work?
I am using the AxWebBrowser control. This is how I have been trying to get this to work (I am new to VB so bare this in mind )
AxWebBrowswer1.Document.Forms("nameoftheformehere")("nameofthetextboxIwantticked").Value = "vbChecked"
Why oh why will this not work?