Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi! I have this code in my calendar userform and I want the range into which the date is allowed to be placed ("Dates") to expand to include other ranges some of which are on other sheets. How can I do this? <start code Option Explicit Private Sub Calendar1_Click() If Not Intersect(ActiveCell, Range("Dates")) Is Nothing Then ActiveCell.NumberFormat = "mm/dd/yy" ActiveCell.Value = Calendar1.Value End If End Sub <end code Thanks for any help or guidance!! -- Brian Matlack ------------------------------------------------------------------------ Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508 View this thread: http://www.excelforum.com/showthread...hreadid=560028 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform problem? | Excel Discussion (Misc queries) | |||
UserForm problem | Excel Programming | |||
userform problem | Excel Programming | |||
Userform from a Userform Problem | Excel Programming | |||
UserForm Problem | Excel Programming |