View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger B. Roger B. is offline
external usenet poster
 
Posts: 24
Default Find a cell with date in it

I am interested in finding a cell with a specific date in it.
I have tried the following without any success.

Range("A20").Select
CurrentDate = ActiveCell.Value
Range("c32.cj32").Select
Selection.Find(CurrentDate).Activate

Any suggestions would be greatly appreciated.

Roger