Hi,
I want to delete all the rows below particular text.
For e.g.
If data is
1
2
3
end
----
------
-----
i want to delete all the data below End...
means i will search in column A where word is located...
suppose its is in A100 then i will delete all the rows from A101 till last row..
I want to delete all the rows below particular text.
For e.g.
If data is
1
2
3
end
----
------
-----
i want to delete all the data below End...
means i will search in column A where word is located...
suppose its is in A100 then i will delete all the rows from A101 till last row..