View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ross ross is offline
external usenet poster
 
Posts: 81
Default How to show a userform using excel macro in multipage

Try loading all you forms at when the spead sheet is opened, this may
overcome the memory issue.

the .show method should actually load the form, but the memory issue
might be due to the size of the form.

Good Luck
Ross