Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have a worksheet were every time a user double clicks on cell A7 a pop up calendar appears and the user can select a date which is them entered into cell A7. I used the following code to do this: Private Sub Worksheet_BeforeDoubleClick( _ ByVal target As Excel.Range, _ Cancel As Boolean) Dim addr As String addr = target.Address If addr = "$A$7" Then Call OpenCalendar End If End Sub What I would like to do is to have the pop up calendar appear every time a user double clicks in any cell in column A starting at A7 as well as any cell in column C starting a column C7. Any suggestions? Thanks, Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Double clicks do not open the file | Excel Discussion (Misc queries) | |||
How to have errr msg pop up when user clicks on locked cell | Excel Discussion (Misc queries) | |||
Invalid Picture Error when user clicks on toolbar | Excel Programming | |||
unable to open Excel file by double clicks | Excel Discussion (Misc queries) | |||
How to create a URL and when user clicks it to open a Excel workbook | Excel Programming |