R
rob nobel
I have some code that checks certain cells to limit input to those cells.
The procedure is initiated from ThisWorkbook and the code is in a public
module with the Worksheet_Change event in the worksheet module. The
procedure does what its supposed to do very well, except there are
occassions when the user should be allowed to input data that would normally
not comply.
The problem:
I am unable to stop the procedure from "doing its thing" unless I put a
breakpoint at the start of the procedure (either the public module or the
sheet module), which, of course brings up the debug dialog box.
My question is:
Is there a way to prevent the code from operating with some code that I
could run at such times? That is, is there some way to bypass/override code
in any way via some more code?
(Turning Calculation to manual does not work).
Rob
The procedure is initiated from ThisWorkbook and the code is in a public
module with the Worksheet_Change event in the worksheet module. The
procedure does what its supposed to do very well, except there are
occassions when the user should be allowed to input data that would normally
not comply.
The problem:
I am unable to stop the procedure from "doing its thing" unless I put a
breakpoint at the start of the procedure (either the public module or the
sheet module), which, of course brings up the debug dialog box.
My question is:
Is there a way to prevent the code from operating with some code that I
could run at such times? That is, is there some way to bypass/override code
in any way via some more code?
(Turning Calculation to manual does not work).
Rob