Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is a control (like a button) on that userform that you want to close:
Private Sub XX_Click() unload me End Sub Me is the userform that owns the code. CC wrote: To close a userform I wrote Private Sub XX_Click() UserForm.Close End Sub but don't Close the form I get the a error message " invallide qualifier " HOW to close a userform using a button ? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform close button | Excel Discussion (Misc queries) | |||
Auto close userform | Excel Discussion (Misc queries) | |||
Userform + close button | Excel Discussion (Misc queries) | |||
Excel shoud not close all active books when clicking close button | Excel Discussion (Misc queries) | |||
excel - Windows close button (x) should only close active workboo. | Setting up and Configuration of Excel |