View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gims289 gims289 is offline
external usenet poster
 
Posts: 7
Default Loop Through UserForm For Multiple Different Outputs

I have a UserForm that I want to repeat so I can get different user input. I
want the input from the UserForm to write into a spreadsheet, then re-open
the UserForm to get different user input and display after the previous
input.

Does anyone know of a way to pause the code while the UserForm is being
populated, then have the code continue from where it left off?