Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've created a user form in Excel 2003, I'm using DTpicker to select a date.
My question is how can I copy the DTP value into a cell on a spreadsheet?. Thanks in advance kj135 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way if you are going to put code into the forms module
Range("F1").Value = DTpicker1.Value Range("F2").Value = DTpicker2.Value Another way if your going to put code into a reg module Range("F1").Value = form1.DTpicker1 .Value Range("F2").Value = form1.DTpicker2.Value "kj135" wrote: I've created a user form in Excel 2003, I'm using DTpicker to select a date. My question is how can I copy the DTP value into a cell on a spreadsheet?. Thanks in advance kj135 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks worked great.
"Mike" wrote: One way if you are going to put code into the forms module Range("F1").Value = DTpicker1.Value Range("F2").Value = DTpicker2.Value Another way if your going to put code into a reg module Range("F1").Value = form1.DTpicker1 .Value Range("F2").Value = form1.DTpicker2.Value "kj135" wrote: I've created a user form in Excel 2003, I'm using DTpicker to select a date. My question is how can I copy the DTP value into a cell on a spreadsheet?. Thanks in advance kj135 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DTPicker | Excel Programming | |||
Size bug with DTPicker | Excel Programming | |||
dtpicker problem | Excel Discussion (Misc queries) | |||
REPOST: Looking for how to use DTPicker | Excel Programming | |||
DTpicker problem | Excel Programming |