Can I put Multipage control on workseet

  • Thread starter Thread starter hon123456
  • Start date Start date
H

hon123456

Dear all,
As you know, I can put commandbutton into worksheet
directly. I can also put tabstrib directly into the worksheet. But for
Multipage, I can only see Multipage control when a Userfrom is opened.
It
seems that I could not find and add Multipage control into worksheet.
How to add a Mutipage control to excel worksheet?

Thanks.
 
Hello hon123456,

Unless you put it on a UserForm first, you can't display it on a
Worksheet. The UserForm provides the user interface to VBA. The
MultiPagecontrol is designed to work with this user interface, and not
the Excel Worksheet. Is there a problem using the UserForm to display
the MutliPage control?

Sincerely,
Leith Ross
 
Back
Top