Is it possible to delete more than one row at a time?
As an example. Range(“A5:A25000”) has many cells which contain a dash (-). Instead of testing the contents of each cell and deleting the respective row, I thought perhaps there was a way to determine which cells contain the dash and delete all those cells at one time.
Thanks,
John