View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Tikken Paul Tikken is offline
external usenet poster
 
Posts: 25
Default userform closing after input

Hi,

I've got a userform that contains different lists of values, these values
can be transferred to a worksheet by selecting the value you want and then
pressing a command button to transfer it to the active cell. When I do this
the userform closes automatically.

I would like to have the userform open all the time and not to close after a
input.

Who can help?

Paul