I'll make this quick:
I have a workbook where sales reps enter rows of prospective customers and a manager's work book that pulls the totals from each of these workbooks. The problem is that the mangers workbook has to reference the total row from each of the sales reps pages.
The problem is this:
Each month the # of prospects varies. We had a macro that would add rows for the reps (very excel illiterate), but then that pushed the total row down and the managers workbook wouldn't update unless it was opened at the same time on the same machine (never going to be the case). So I thought I could just populate the sheet with an great amount of rows, then hide them so the total row never actually changes. Then have a macro that "adds" really just unhides (makes it visible?) 1 row before the "total" row.
Column b contains the word "Total" if that helps.
Thanks guys.
I have a workbook where sales reps enter rows of prospective customers and a manager's work book that pulls the totals from each of these workbooks. The problem is that the mangers workbook has to reference the total row from each of the sales reps pages.
The problem is this:
Each month the # of prospects varies. We had a macro that would add rows for the reps (very excel illiterate), but then that pushed the total row down and the managers workbook wouldn't update unless it was opened at the same time on the same machine (never going to be the case). So I thought I could just populate the sheet with an great amount of rows, then hide them so the total row never actually changes. Then have a macro that "adds" really just unhides (makes it visible?) 1 row before the "total" row.
Column b contains the word "Total" if that helps.
Thanks guys.