View Single Post
  #3   Report Post  
TDR TDR is offline
Junior Member
 
Posts: 3
Thumbs up

Chip

Thanks for that problem solved

Regards,
TDR


Quote:
Originally Posted by Chip Pearson
You simply drag and drop the control on to the userform, and
resize it to the desired size. You get the currently selected
date with the Value property. E.g.,

MsgBox Me.DTPicker1.Value

You might want to be more specific in your question. What
problems are you having with the control?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"TDR" wrote in message
...

Hi,

Can you please show me how to use dtpicker in a userform. I am
new to
vba and i am having some trouble trying to understnad this
part.

Thanks


--
TDR