View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kj135 kj135 is offline
external usenet poster
 
Posts: 4
Default DTPicker Default value

I've created a macro in Excel 2003 and I'm using DTPicker for the user to
select the date and time. For some reason the date and time defaults to when
the macro was written. How do I tell it to default to Now?

I've tried "DTPicker1.Value = Now", but for some reason it does not work.

Thanks inadvance for your help.

Steve