Hi all!
Sheet 1 is a summary sheet, its the Master.
Sheet 2, 3, n, n+1 is detailed slave sheets.
Sheet 1, the Master, has references to the same cells in the slave sheets, lets say the first row; A1-A10
The reference is a simple "=slave1!A1" "=slave1!A2" and so on.

My challenge is when I insert a new sheet, I want to automatically add a new row in the summary sheet with the same references, or formulas if you like.
So if I want to create 100 new sheets I don't have to make all the summary references manually.

I hope this was kinda understandable