View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Sharad Naik Sharad Naik is offline
external usenet poster
 
Posts: 212
Default Delete multipage

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

"axel" wrote in message
...
is there a way to delete a multipage in a userform with a macro
Thanks!
--
axel