Inactiver183192
New Member
- Joined
- Jun 12, 2011
- Messages
- 15
HI
I am trying to do a simple match but get an error
Dim NAerror as variant
NAerror = Application.Match("#N/A", RawData.Range("A1:J1589"), 0)
I don't quite understand what is wrong the error comes up as error 2042 which is no match but the data is definitely there. I want to be able to find all cells and delete/clear them.THanks!
I am trying to do a simple match but get an error
Dim NAerror as variant
NAerror = Application.Match("#N/A", RawData.Range("A1:J1589"), 0)
I don't quite understand what is wrong the error comes up as error 2042 which is no match but the data is definitely there. I want to be able to find all cells and delete/clear them.THanks!