When I removed the $ the problem still exists. I am using one workbook and
referencing worksheets within the same workbook.
Thanks
> This happens because the default reference for referring to another workbook
> is absolute ($A$1).
[quoted text clipped - 12 lines]
> > #2 comes back with #REF! for the lines that I deleted in #1. Data in #2 is
> > imported into another application and the format is important.
Fred Smith - 14 Sep 2007 03:28 GMT
When you import, do you still need the formulas, or do you just need the values?
If all you need are the values, you can convert your data to values by using
Copy>Paste Special...>Values.
Then when you delete the lines, there are no formulas, therefore no #REF errors.

Signature
Regards,
Fred
> When I removed the $ the problem still exists. I am using one workbook and
> referencing worksheets within the same workbook.
[quoted text clipped - 18 lines]
>> > #2 comes back with #REF! for the lines that I deleted in #1. Data in #2 is
>> > imported into another application and the format is important.