01-14-2011, 11:11 PM
I've never used the Submit sub on a WebEdit. Isn't there a submit button somewhere on the page that you can click? If not then you can send the "enter" key to the browser. The Type sub doesn't work on web controls. You have to get the Window object of the browser to use Type:
Code:
Window("hwnd:=" & Browser("web").GetROProperty("hwnd")).Activate
Window("hwnd:=" & Browser("web").GetROProperty("hwnd")).Type micReturn