I have a list of data upto and over 2000 cells,
What I wish to do is search through the cells and delete the cells
which contain text i.e.
1
5
6
frame 1
7
65
55
4
frame 2
The text will vary, is it possible to use something like
If cell(1,1).value = string then
delete rows(1)