View Single Post
 
Old 03-18-2022, 10:23 AM
Charles Kenyon Charles Kenyon is offline Windows 10 Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,471
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

I've only used MultiPage once, but the idea is to have separate pages -- dialog boxes -- in the userform for each tab. The old wizards were multi-page userforms.

You need to set actions in your userform for the click event for each control. Is your userform going to be set to be modeless?

Here is my Add-In that uses the MultiPage. Bar Code Add-In You are welcome to examine the code. (Note, the Add-In is not really functional, but the tabs work.)

Take a look at:
Reply With Quote