I have been trying to figure out a way to refresh internest explorer through VBA. I have a webpage I need to refresh periodicly and I need VBA or something to refresh it.
Do you guys know of a way to get VBA to refresh a webpage?
I have been trying to figure out a way to refresh internest explorer through
Share
To use this code which applies Early Binding you will need to add a reference to “Microsoft Internet Controls” in the Visual Basic Editor
This code will open IE, go to google, wait for the page to load completely, then refresh.