View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Holland John Holland is offline
external usenet poster
 
Posts: 7
Default Userform question

Something strange is happening in a code with userforms. I am developing
some code which uses a few userforms. A second userform is called from a
command button on the first userform. Then while in the middle of processing
code from that second userform, program control is suddenly transferred to a
Listbox_click code of the first Userform without any apparent reason. Anyone
have a clue as to what could be causing that ?
Thanks,
JH