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
|