I suppose I could add a scrollbar.
The reason I didn't is because I have a listbox near the top of the second page and a series of textbox fields below where the user adds data, and the user needs to see the listbox.
I could also just size my userform for the larger page, but there would be a lot of empty space on the first page if I do that, and it just doesn't look good.
I am using a change even to check for a mouse click on the multipage tabs.
from the userform code
module code
The custom variables used on the page1 case are set at the userform initialize
Bookmarks