Thread: Date Format
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rawce Rawce is offline
external usenet poster
 
Posts: 30
Default Date Format

Could be because you have jobdate and Jobdate. Make sure they're both
the same, or define one as jobdate and the other as jobdate2 and make
sure you're including the right one. Also, how have you declared
jobdate/Jobdate? I've used Variant for mine, just because declaring it
as a Date caused problems.