Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For Each frm In VBA.UserForms
Unload frm Next frm You can get the names of each of the forms using frm.name "dunnerca" wrote: I've searched all over and cannot find an example of coding that will close all open user forms. I'm thinking something like For i = 1 To Controls("msforms").Count Unload ? Next As you can see, that's a really rough estimate of what's needed. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unloading userforms | Excel Programming | |||
Avoid unloading of .xla addins when closing books are cancelled. | Excel Programming | |||
Unloading / closing a form with the escape key | Excel Programming | |||
Closing excel userforms | Excel Programming | |||
closing userforms | Excel Programming |