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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -