I am new to VBA programming, and I need some help writing a simple macro in Excel 2010.
I need to search for a text string in Column A (the exact text I'm searching for is not specified
) and if that string is found within the cell, cut and paste that cell's entire row into another sheet in the workbook and then delete the empty rows in the original sheet.
I searched the forum a bit and found some code examples that almost got me where I wanted to get but not quite.