What is simplest/best way to achieve functionality in vba in Excel:
- button "add person" which will add 4 rows in which user specifies name...,
also "
- button "delete person" appearing in new added entry - to delete it
What is a workflow for doing that?
Should I record that first? Should I write VBA only? How to keep the part that can be added/deleted - somewhere hidden or in VBA?