Thread: Date
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
justvree justvree is offline
external usenet poster
 
Posts: 9
Default Date

I"m doing a macro that needs to search a list for today's date, and return
information based on what it finds. I've tried searching for TODAY(). I'm
going to try DATE(). What would be your suggestion?

Do until ActiveCell.Value=Date() is my thinking... can I get a concurrence?

V.