Excel Advanced Userform Example - Userform With Multiple Pages
We made at a template which creates an userform that contains multiple pages.
The multipage control contains two pages. At page 1,the user can fill in personnel informations (name,address,city,phone,birthdate,birthplace etc.)
At page 2, items of combobox (for choosing city) can be added.
Also we added new menu on userform. Items of this menu :
- New
- Open
- Save
- Save As
- Print Preview
- Print
- Close
Details of updated VBA codes and to download sample excel file : https://eksi30.com/excel-userform-sample-that-contains-multipage/
Comments