Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a way to delete a multipage in a userform with a macro
Thanks! -- axel |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage tab? | Excel Discussion (Misc queries) | |||
MultiPage | Excel Discussion (Misc queries) | |||
vba - using multipage | Excel Programming | |||
MultiPage | Excel Programming | |||
Multipage | Excel Programming |