View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nick Evans Nick Evans is offline
external usenet poster
 
Posts: 1
Default Inserting rows incrementally using a macros button

What I meant is

I have 4 employees displayed per week and 52 weekly charts. there is one
line in bewtween each week chart. I need to add a row after the employee on
row 10. When I use the button again I would like to insert the row on row 11,
then 12. This means that any employees added after the current ones will be
underneath each other.

A the moment I have no code for this as I don't know how to write it.

Thanks