Hi,
It's possible with the find command, p.e:
or![]()
Set FoundCell = Range("A1:A100").Find (what:="7/18/1998")
![]()
Set FoundCell = Range("A1:A100").Find _ (what:=DateValue("July 18, 1998") ,lookin:=xlFormulas)
Hi,
It's possible with the find command, p.e:
or![]()
Set FoundCell = Range("A1:A100").Find (what:="7/18/1998")
![]()
Set FoundCell = Range("A1:A100").Find _ (what:=DateValue("July 18, 1998") ,lookin:=xlFormulas)
Greetings,
Cheetahke
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks