Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a Calendar Form that is opened with a SelectionChange. Is there a way
to Unload it with a SelectionChange event? I assume it would have to be in the same subroutine. Here is the current code. Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Not Intersect(Target, Range("H:H,K:K,L:L")) Is Nothing Then OpenCalendar End If End Sub -- Casey |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to unload a form | Excel Programming | |||
How to unload a form in excel vba? | Excel Programming | |||
Unload the form on esc key | Excel Programming | |||
form won't unload | Excel Programming | |||
Form Unload | Excel Programming |