View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default VBmodeless user form errant behaviour

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


"JLR-Mart" wrote in message
...
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 :-(((