Hello, just woundering if anyone know how to enter text into a textbox on a webpage using the WebBrowser Object. I can change combo boxes but i get an error when trying to enter text or click a button
Code:
web1.Document.All("Cat1").Value = 3 'This part works
web1.Document.All("filter1").Value = strSearch
web1.Document.All("submit").Click
filter1 is the object name on the website
Error:
Code:
Run-time error '438;"
Object doesn't support the property or method
i have a feeling it might be the ".value" but when i searched the web they used this and i have tried things like .text