Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. krakyn

    error searching for date using cells.find function

    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, _...

Part and Inventory Search

Back
Top