Cannot use ctrl+f in macro (need VBA help!!)
Closed
hardgay84
Posts
1
Registration date
Monday July 28, 2008
Status
Member
Last seen
July 28, 2008
-
Jul 28, 2008 at 10:00 PM
Ivan-hoe Posts 433 Registration date Saturday February 16, 2008 Status Member Last seen October 17, 2008 - Aug 5, 2008 at 01:40 PM
Ivan-hoe Posts 433 Registration date Saturday February 16, 2008 Status Member Last seen October 17, 2008 - Aug 5, 2008 at 01:40 PM
Related:
- Cannot use ctrl+f in macro (need VBA help!!)
- How to ctrl f on mac - Guide
- Vba case like - Guide
- Number to words in excel formula without vba - Guide
- Vba check if value is in array - Guide
- How to open vba in excel mac - Guide
1 response
Ivan-hoe
Posts
433
Registration date
Saturday February 16, 2008
Status
Member
Last seen
October 17, 2008
110
Aug 5, 2008 at 01:40 PM
Aug 5, 2008 at 01:40 PM
Hello Claude,
1- Make sure that you have the right format (neither "07/28/2008", nor "28/07/08)
2- Replace LookIn:=xlFormulas by xlValues
Ivan
1- Make sure that you have the right format (neither "07/28/2008", nor "28/07/08)
2- Replace LookIn:=xlFormulas by xlValues
Cells.Find(What:="28/07/2008", After:=ActiveCell, LookIn:=xlValues, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate
Ivan