How do I use multipage

L

Lawrence M Watt

I have created 3 user forms in excel so as to capture survey data. What code
to I require to link them using multipage. My form names are:

GeneralInfo
PersonalInfo
Service
 
D

Dave Peterson

I would think that you really want one form, but with 3 pages.

If you create a new userform (just for testing), you can add a multipage control
to that userform. Then rightclick on one of the tabs and select new page.

Then you can redesign your existing 3 userforms into that one userform with the
multipage control.
 
Top