A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Jeeped
Thank you - yes that woud be a way to go.
Another way which I just discovered myself is as follows:
In Sheet1!A1 I have the text Sheet5
In Sheet1!A2 I have =ROW(Sheet5!C92)
In Sheet1!A3 I have the formula: =INDIRECT("'"&$A$1&"'!R"&A2&"C3",0)
Now I can insert rows above row 92 and the above formula will adjust accordingly
With Excel 2007+ it would of course be much easier by making the data range a Table.