dtpicker1

Asked By Dave Miller
09-Feb-10 11:23 AM
Earn up to 0 extra points for answering this tough question.
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
Show this image

http://www.office-kit.com/excel_calendar/images/pop-up_excel_calendar_main_steps.gif

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
worksheet.Cells(rn, cn).Value = DTPicker1.Value should do the trick.
Create New Account