Thread
:
Referencing Excel Cells
View Single Post
#
2
Posted to microsoft.public.excel.programming
Carim
external usenet poster
Posts: 510
Referencing Excel Cells
Hi,
Dim StartDate As Date
If Range("F5").Value StartDate Then
your code
Else
your code
End If
HTH
Cheers
Carim
Reply With Quote
Carim
View Public Profile
Find all posts by Carim