View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MechEng MechEng is offline
external usenet poster
 
Posts: 5
Default Macro to add row with sequential numbers

I am trying too create a macro that will add rows that have a sequential
number assigned to them.

The finish product has an "add row" button that copies weeks and adds them
to the bottom of the sheet with an assigned number (i.e. Week 1, Week 2,
ect.).

I was able to add the rows with a macro that, copies and inserts row, but
cannot get the numbering to remain relative. (Even with relative reference
picked).

If anyone can help me out it would be much appreciated.