hi, ive got this bit of code and ive been told that it will make my web querys come up with a runtime error if no data is reciveved. the thing is i dont know how to set it up right in my sheet this is what ive got -
Sheet1.QueryTables(1).Refresh Background:=False
i need that to run then an error number trap code... and on error to reapeat the above code...
also if possible can it be set to automatically run the whole code every 5 seconds? thats optional the oter stuff is more important
Sheet1.QueryTables(1).Refresh Background:=False
i need that to run then an error number trap code... and on error to reapeat the above code...
also if possible can it be set to automatically run the whole code every 5 seconds? thats optional the oter stuff is more important