ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do i set up multi page user form (https://www.excelbanter.com/excel-discussion-misc-queries/15952-how-do-i-set-up-multi-page-user-form.html)

Davidrowland88

how do i set up multi page user form
 
I have got this far with setting up a multi page user form but need to know
what to type in visual basic to direct to the different pages

Private Sub MultiPage1_Change()

End Sub

any help would be fantastic. Cheers

Ron de Bruin

Hi David

You must use Value (0 is the first page)

Me.MultiPage1.Value = 0 'Page 1

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Davidrowland88" wrote in message
...
I have got this far with setting up a multi page user form but need to know
what to type in visual basic to direct to the different pages

Private Sub MultiPage1_Change()

End Sub

any help would be fantastic. Cheers





All times are GMT +1. The time now is 06:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com