VBmodeless user form errant behaviour

  • Thread starter Thread starter JLR-Mart
  • Start date Start date
J

JLR-Mart

I have a macro that uses a user form for data entry which works very well
UNTIL I make the userform modeless. I know that making it modeless means that
some code will execute anyway but it seems to be excuting code that shouldn't
execute until AFTER the OK button is pressed.

Anyone know what the issue could be here. I'd post the code but it's several
modules and hundreds of lines :-(((
 
Post the essentials of the code.
Actually, by picking out the essential bits you may see where the problem
is.
Have you put a Stop in the code and stepped through it?

RBS
 
I've put in a stop and labouriously been through step by step and cannot find
the problem. It seems to work fine when run in this manner but does strange
things when run at 'full speed'. Seen that before?
 
Back
Top