excel - Add/Delete optional personal form in VBA -
excel - Add/Delete optional personal form in VBA -
what simplest/best way accomplish functionality in vba in excel: - button "add person" add together 4 rows in user specifies name..., " - button "delete person" appearing in new added entry - delete
what workflow doing that?
should record first? should write vba only? how maintain part can added/deleted - somewhere hidden or in vba?
well simplest solution create macros;
to add together person after that, need assign macro button vba ( right click , assign macro).and loop 4 times.
to delete person -->1st create button , set visibility false. after need identify row number, , set button visible in vba
excel vba excel-vba excel-2003
Comments
Post a Comment