Delete multipage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way to delete a multipage in a userform with a macro
Thanks!
 
It can be done by UseformName.Controls.Remove(n)
where n is the control item index.
However you can remove it only if you added it during run time.
Controls added during design time can not be removed.

Sharad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Multipage label caption 2
Multipage control help 3
Multipage control 3
Initialization using Multipage Tab 4
Multipage Buttons?? 6
a way to print 4
Multipage error 1
Changing page height while in a multipage 2

Back
Top