once you have found the cell, use RESIZE to resize the range and apply the delete/shift to that new range
e.g.
set fCell = Columns("A").find("TextToFind")
if not fCell is nothing then
fCell.resize(1,13).delete shift = whateveryourshiftis
...
...
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
Please read FAQ222-2244 before you ask a question