View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vqthomf vqthomf is offline
external usenet poster
 
Posts: 104
Default Setting DTPicker to a null value

Hi I am using a DTPicker ctrl on a form and I am trying to set it to a null
value at form startup, I have used the code blow and this works but when the
user selects a date it wont show in the DTP box. Has anybody managed to solve
this problem?.
Regards Charles

With DTPicker1
.CustomFormat = " "
.Format = dtpCustom
End With