tell excel: delete row if condition exists. possible?

R

rllewis

I want to tell excel to delete a row if a certain phrase occurs in a
cell in that row. Is that possible?
 
J

Jim Gordon MVP

Hi,

Yes, this can be done.

To do this create a macro using visual basic or ApppleScript that loops
through all of the cells in the row in question and looks for the string
of text. If it is found then the macro would delete the current row.

-Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top