E
ExcelMonkey
I have a routine that I have written that still has some
bugs in it. When it crashes, my status bar stays frozen
in the bottom left of the screen. I know to clear the
bar I would use:
Application.StatusBar = ""
There must be a way using error handling that says On
Error Application.StatusBar = "". Does anyone know how
exactly to do this. And where exactly can I put in my
code to trigger in case of any error whatsoever?
Thank-you.
bugs in it. When it crashes, my status bar stays frozen
in the bottom left of the screen. I know to clear the
bar I would use:
Application.StatusBar = ""
There must be a way using error handling that says On
Error Application.StatusBar = "". Does anyone know how
exactly to do this. And where exactly can I put in my
code to trigger in case of any error whatsoever?
Thank-you.