Microsoft Excel
DTPicker1
(51)
dtpicker1
Asked By Dave Miller
09-Feb-10 11:23 AM
Reply
Would like to know how to get the selected date of dtpicker1 into a cell.
re: dtpicker1
Lalit M. replied to Dave Miller
09-Feb-10 11:52 AM
Reply
Show this image
for reference
---------
http://www.office-kit.com/excel_calendar/introduction.htm
DTPicker1.Value
[)ia6l0 iii replied to Dave Miller
09-Feb-10 03:24 PM
Reply
worksheet.Cells(rn, cn).Value = DTPicker1.Value
should do the trick.