If data is returned then delete data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using vlookup to find accounts from sheet1. What ever vlookup finds I
want to delete off sheet1. Any ideas?

Thank you.
 
Formulas can return data but they cannot delete data.

You would need VBA, probably event code to clear cells.


Gord Dibben MS Excel MVP
 
Back
Top