In XL 2000, I have suddenly run into the inability to use Find in a worksheet. I am searching for the date 01/09/2001, it is in a cell by virtue of the formula =’Week 11′!$B$1. XL reports, “Microsoft Excel cannot find the data you’re searching for. …” I have tried all the options (Values, Formulas, By rows, By columns) but no sucess. I have witten a macro with the statement: Cells.Find(What:=MyValue, After:=ActiveCell, LookIn:=xlValues, _
LookAt:=xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlNext, _
MatchCase:=False).Activate
It doesn’t work either.
Any ideas?
-
Find
- This topic has 2 replies, 2 voices, and was last updated 22 years, 8 months ago by .
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads