View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] gimme_this_gimme_that@yahoo.com is offline
external usenet poster
 
Posts: 129
Default VBA date difference

Suppose:

Dim odate as String
odate = "8/7/06 1:30 AM"

How do I get the number of days between Now and odate?

Many Thanks.