![]() |
DTpicker
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 |
DTpicker
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 |
DTpicker
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 |
All times are GMT +1. The time now is 06:51 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com