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 TouchToneTommy 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: *

  • Users: acdetc
  • Content: Threads
  • Order by date
  1. acdetc

    Finding a date value in Excel

    I'm trying to open a worksheet, and determine what row a specific Date (e.g. 08/01/2004) is in. I found this code: Set FoundCell = Range("A1:A100").Find (what:="7/18/1998") which creates an object 'FoundCell'. I assume it is a Range object, but I can't seem to access any of it's properties?
  2. acdetc

    Finding a date value in Excel

    I'm trying to open a worksheet, and determine what row a specific Date (e.g. 08/01/2004) is in. I found this code: Set FoundCell = Range("A1:A100").Find (what:="7/18/1998") which creates an object 'FoundCell'. I assume it is a Range object, but I can't seem to access any of it's properties...

Part and Inventory Search

Back
Top