Hi
I would like to put a string in sheet cell A1 of sheet ''info'' and then go to sheet ''data'', find the last appareance of that word in column A and delete all rows below.
if the string isnt there, a box opened saying ''name not found''
How could I do that with VBA?
Also, How I could do the opposite... finding the first appareance of that word and delete all rows above it? (still in column A)
thanks
I would like to put a string in sheet cell A1 of sheet ''info'' and then go to sheet ''data'', find the last appareance of that word in column A and delete all rows below.
if the string isnt there, a box opened saying ''name not found''
How could I do that with VBA?
Also, How I could do the opposite... finding the first appareance of that word and delete all rows above it? (still in column A)
thanks
Last edited: