Delete Row

B

Bernie

In Excel, I need a macro that will delete an entire row based on a name
entered into an input box that would match a worksheet with that name
in column "A".


Thanks,
Bernie
 
E

Earl Kiosterud

Bernie,

Data - Form has a criteria button, allowing you to type a name, and it will
find the record. It also has a delete button to delete the record. It will
show you the entire record, allowing you to ensure that it's really the
record you want to delete. Your table has to be a standard one, with
headings.
 
Top