I have a worksheet, I need to delete rows based on cell value ..
Cells to check are in Column A ..
If cell contains “-” .. Delete Row
I can’t find a way to do this .. I open a workbook, copy all contents to another workbook, then delete entire rows and columns, but there are specific rows that has to be removed based on cell value.
Need Help Here.
UPDATE
Sample of Data I have

The screenshot was very helpful – the following code will do the job (assuming data is located in column A starting A1):
Sample file is shared: https://www.dropbox.com/s/2vhq6vw7ov7ssya/RemoweDashRows.xlsm