Is there a way to have a macro wait until a web page has loaded for it to continue? I want the macro to be smart enough to figure out how long to wait based on the web pages status.
I'm trying to grab and copy the web page, but I need it to load first. I have been using the Application.Wait command, but this seems too clumsy and has a tendency to either be too long or not long enough.
I'm trying to grab and copy the web page, but I need it to load first. I have been using the Application.Wait command, but this seems too clumsy and has a tendency to either be too long or not long enough.