Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I'm up for the easiest solution here... Set wksTarget = Sheets(Format(Date(),"mmm")) 'Jan,Feb... OR Set wksTarget = Sheets(Format(Date(),"mmmm")) 'full name ..depending on what you prefer. So if the sheet name is Feb 14 this would work with the space after "mmm "? Set wksTarget = Sheets(Format(Date, "mmm " & 14)) 'Feb 14 or Set wksTarget = Sheets(Format(Date, "mmm" & " " & 14)) 'Feb 14 Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change_Event not responding to change made by formula. | Excel Programming | |||
Change_Event troubles, no error & no work. | Excel Programming | |||
No response to change_event | Excel Programming | |||
Combobox Change_Event | Excel Programming | |||
Change_Event | Excel Programming |