View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JeffK JeffK is offline
external usenet poster
 
Posts: 53
Default Programming a button to add a row

I'm actually going to try and use a user form to accomplish my task, no need
to reply.

Thank you

"JeffK" wrote:

I have a spreadsheet that will require the user to enter data in the cells
(B6:J6). I would like to add a button that will add another line below row
6, containing the same formatting. I would like the sheet to have the
ability to add up to 5 additional lines (Row 11).

Thanks
Jeff