Thread: DT Picker
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Alok Alok is offline
external usenet poster
 
Posts: 318
Default DT Picker

If you are talking about the Calendar control then all you do is get its
value property - UserForm1.Calendar1.Value

Alok Joshi

"Alex Martinez" wrote:

Hi,

How do I get the value of a DT Picker. For example I select a date
4/1/2005. How do I get 4/1/2005. I want to have two DT picker and compare
the value between them. Thank you in advance for help..