Install Date Picker in two separate columns in Excel

Barb Henderson
Barb Henderson
6 هزار بار بازدید - 7 سال پیش - Install Date Picker in two
Install Date Picker in two separate columns in Excel
install a date picker in a range of cells, install a date picker in two different cells.

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
With Sheet1.DTPicker1
   .Height = 20
   .Width = 20
If Not Intersect(Target, Range("D3:D10, F3:f10")) Is Nothing Then
   .Visible = True
   .Top = Target.Top
   .Left = Target.Offset(0, 1).Left
   .LinkedCell = Target.Address
   Else
   .Visible = False
   
End If
End With

End Sub


For more help visit my website https://www.easyexcelanswers.com

I am able to provide online help on your computer for a reasonable rate.

MY videos are all created on Camtasia.
http://send.onenetworkdirect.net/z/58...


Follow me on Facebook
Facebook: easyexcel.answers
7 سال پیش در تاریخ 1396/06/27 منتشر شده است.
6,039 بـار بازدید شده
... بیشتر