Thread: date issue
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
brad brad is offline
external usenet poster
 
Posts: 32
Default date issue

Let me add another clause to my statement then

When you declare a variable as a variant or string and populate the cell, it's not a number unless it's a reference to a valid date string; which VB will implicitly coerce into a date

Thanks for pointing out my oversight

-Brad