I know you can't run a macro while in edit mode, but...
Can you explain a little more about what you're trying to do or test? Since,
by definition when you're in break/edit mode the code has stopped executing
the answer is very close to no.
But by judicious use of breakpoints or the Stop command you can set places
in the code to examine/alter data, then continue on to the next point using
[F5] or step through your code line by line using [F8]
" wrote:
I'm wondering if you can interact with a form while a macro is running?
Also, if a macro is inputting data into a sheet is that considered
edit mode? I'm trying to figure out a way around this if @ all
possible.
|