View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Allen Lance Allen Lance is offline
external usenet poster
 
Posts: 7
Default Userform does not load

Hi Ozgur,

I think it's time to downsize your userform. If you have that many
objects on one form with no problems and you start running out of
memory after adding a few more you probably crossed the limit.
Consider tying two userforms together so that when the user is done
filling in the first one it closes and opens the second one.

HTH

Allen