B
BAC
I'm trying to debug a new sub in VBA but the F8 key won't step through the
code. I start out with an input box to get a date, but when I hit the OK key
the program simply termonates.
I"ve tried to put a STOP statement immediately following the inputBox, and
set a sto (F9) on the statement immediately following the InputBox, but
neither stops execution. I do not now idf anything beyond the Input box is
executing.
I have set the option to Break on all errors, and have tried Break in Class
Module but there seems to be no difference.
I have commented out all my On Error statements and the error handler as well.
I'm at a loss!
Any help wold sure be appreciated
TIA
code. I start out with an input box to get a date, but when I hit the OK key
the program simply termonates.
I"ve tried to put a STOP statement immediately following the inputBox, and
set a sto (F9) on the statement immediately following the InputBox, but
neither stops execution. I do not now idf anything beyond the Input box is
executing.
I have set the option to Break on all errors, and have tried Break in Class
Module but there seems to be no difference.
I have commented out all my On Error statements and the error handler as well.
I'm at a loss!
Any help wold sure be appreciated
TIA