B
BAC
XP Pro/Office 2007 SP1
I can't get the F8 key to step through code. Hitting F8 inside a sub
executes the 1st line which opens an input box for a date entry. When i hit
OK to submit, the program stops.
I put a STO statement right after the input box, and used F9 on the
statement immediately following the Input box, with no effect
I changed the Tools.Options to Break on all eroors and also tried Break in
Class Module, but as far as I can tell the Inputbox is the only thing that
executes.
I disabled all my On Error statements and my error handler and set Display
alerts to true
Any suggestions would sure be appreciate...
TIA
BAC
I can't get the F8 key to step through code. Hitting F8 inside a sub
executes the 1st line which opens an input box for a date entry. When i hit
OK to submit, the program stops.
I put a STO statement right after the input box, and used F9 on the
statement immediately following the Input box, with no effect
I changed the Tools.Options to Break on all eroors and also tried Break in
Class Module, but as far as I can tell the Inputbox is the only thing that
executes.
I disabled all my On Error statements and my error handler and set Display
alerts to true
Any suggestions would sure be appreciate...
TIA
BAC