View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Carim Carim is offline
external usenet poster
 
Posts: 510
Default Referencing Excel Cells

Hi,

Dim StartDate As Date

If Range("F5").Value StartDate Then
your code
Else
your code
End If

HTH
Cheers
Carim