Hi,
Please help,
I am trying to search for a date within a spreadsheet using the following VBA code:
dim found as range
set found = cells.find(What:="24/03/1983"
After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByColumns, _...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.