View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nicodemus Nicodemus is offline
external usenet poster
 
Posts: 14
Default userform multitask ?

hello,

I wish to be able to click a button on my userform while the code is
running, and when the button is clicked to run another module.
example : a loop would check each cell from column A, and when the user
would click a "Pause" button, the loop would stop until the user click a
"Play" button.

Is this possible ?