1

i am working on Office 2013 x64 and the problem i faced was date picker. i searched the net and stackoverflow too and came across Calender Control! i used the macro using vba provided by them in version 5 and it works in whole worksheet where i applied the macro, but my objective is to use this macro in only one column.Here are the lines

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)

'If IsDate(Target.Cells(1, 1).Value) Then
    Set DatePickerForm.Target = Target.Cells(1, 1)
    DatePickerForm.Show vbModal
    Cancel = True
'End If

End Sub

i am finding a way to restrict macro to just one column but can't find success with code I want to use this date picker tool in only A columns and A rows so please help me, you can download xlsm file here which is a date control macro Download .xlsm file!

Community
  • 1
  • 1
Sachin Kanungo
  • 1,054
  • 9
  • 17

0 Answers0