Does anyone know what could be the reason to cause the "runtime error '0" while calling IE.quit? I already make sure that I "exit sub"
Printable View
Does anyone know what could be the reason to cause the "runtime error '0" while calling IE.quit? I already make sure that I "exit sub"
Please show your code.
"runtime error 0" "could" be no error but depending upon your error handling routine it may not be exiting the procedure and running the error handling code at the end of the procedure instead of exiting out of it.
Like Martin said, post your code otherwise its just educated guessing.