I would like to put a command button on a form and on click event go to a specific web page to check some exchange rates then return back to form after closing IE
Thanks
If you actually want to see the website, use the WebBrowser control
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
Sounds great but it is a little out of my programming range. I really just need to popup the url go to the bottom and get the rate to key in. baby steps for me
End Sub
Private Sub Command2_Click()
WebBrowser1.Visible = False
WebBrowser1.Stop
End Sub
For any other details, see VBHelp|Webbrowser control
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.