VBA: Is there a way to write a macro to delete rows that begin with certain characters?
Posted by Joe on October 06, 2000 12:52 PM
I'm trying to write a VBA macro that filters columns which begin with similar characters(e.g. Date:)but differs later in the row, and then deletes them from the spreadsheet. There could be hundreds of rows that need to be deleted. Is there a way?