A wizard is a UserForm stored in the application specific node of the application. Usually the UserForm consists of a multi-page element displaying the single steps of the wizard.
With a button Next
the next page of the multi-page
element is displayed. All entries have to be stored temporarily -
the creation of objects, e.g. templates, pictures, ... has to be
done with Finish
ing the
wizards.
Info |
UserForms to be used as wizards have to contain some public methods, which provide the control system with information about the wizard. If this routines are missing in a UserForm, it is not treated as a wizard. |