View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud Bill Renaud is offline
external usenet poster
 
Posts: 417
Default Next and Back Buttons

I think you could just use a MultiPage control on your form that would
cover most of the form, except for the bottom, where you would put your
"Cancel", "< Back", "Next ", and "Finish" or "OK" buttons. See the
Tools|Options dialog box for an example of a MultiPage control on a form,
and the Text Import Wizard dialog box for an example of multiple buttons at
the bottom without the MultiPage control (Excel 2000 for me).

--
Regards,
Bill Renaud