Web query errors???

R

Ryan Jones

I have an excel program that goes and gets an update using a web query every
few minutes. The problem is that sometimes the webpage is too busy so it
errors out. How do I prevent getting the error message? I know vb coding
but just not too good with error control.
 
P

Paul Lautman

Ryan said:
I have an excel program that goes and gets an update using a web
query every few minutes. The problem is that sometimes the webpage
is too busy so it errors out. How do I prevent getting the error
message? I know vb coding but just not too good with error control.

On ERROR GoTO ?
 
Top