Hello,
I'm using Excel 2013. I'm looking for a VB macro solution.
I want to find Hello in any cell. Then I want to delete (clear contents) that cell & every cell along the same row moving to the right until the end of the worksheet. I want to loop through the entire used range of the worksheet & delete any such occurrence.
Explained in a different way:
Cell D3 contains Hello
Under such circumstances, the macro should delete (clear contents) everything from Cell D3 - XFD3.
This question is a slight variation of a similar question I asked 2 years ago here: http://www.mrexcel.com/forum/excel-...ells-same-row-clear-contents.html#post3957313 Therefore, if you could help me to edit the code here, it would work fine.
Thanks
I'm using Excel 2013. I'm looking for a VB macro solution.
I want to find Hello in any cell. Then I want to delete (clear contents) that cell & every cell along the same row moving to the right until the end of the worksheet. I want to loop through the entire used range of the worksheet & delete any such occurrence.
Explained in a different way:
Cell D3 contains Hello
Under such circumstances, the macro should delete (clear contents) everything from Cell D3 - XFD3.
This question is a slight variation of a similar question I asked 2 years ago here: http://www.mrexcel.com/forum/excel-...ells-same-row-clear-contents.html#post3957313 Therefore, if you could help me to edit the code here, it would work fine.
Thanks