Basically I want to know how to import a web page onto a form using vb. It would be the same as the "get external data" in excel but without using excel.
I am using the subs:
Sub MySub()
Call OtherSub
Application.OnTime Now + TimeValue("00:15:00"), "MySub"
End Sub
Sub OncePerHour()
Application.OnTime TimeValue("08:59:00"), "OtherSub"
Application.OnTime TimeValue("09:59:00")...
I have a workbook that imports data from a web page. I want to refresh the data every time the workbook is open and then execute code when the data is completely refreshed. I want to be sure the data is refreshed completely before the code runs. I know how to execute code on startup of a...
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.