D
DAN
We have been struggling with a buggy spreadsheet, and finally traced the problem
to a double-path range as follows:
A reference to an external range is normally defined by a formula like
'mypath\[myfile.xls]mytab'!cell1:cell2
Somehow, we had a series of cells with the range reference displayed as
'mypath\[myfile.xls]mytab'!cell1:'mypath\[myfile.xls]mytab'!cell2
Excel does not object (we have tried to enter it manually and XL accepts it),
and all goes well as long as the referenced sheet (myfile.xls) is also open.
When you try later to open the sheet containing this formula without opening the
referenced file, updateLinkedInfo:No, the formula always produces an error #REF!
(there are lots of weird secondary effects, too)
Is this a known bug?
Is there any sensible use of a second filepath for the end cell of a range?
Should anyone ever meet this case, a simple cure is to replace the
chain _:'mypath\[myfile.xls]mytab'!_ by the chain _:_ on the whole sheet.
HTH.
DAN
Environment: Excel 2kSR1 (9.0.4402 SR-1) on Win2kSP3
to a double-path range as follows:
A reference to an external range is normally defined by a formula like
'mypath\[myfile.xls]mytab'!cell1:cell2
Somehow, we had a series of cells with the range reference displayed as
'mypath\[myfile.xls]mytab'!cell1:'mypath\[myfile.xls]mytab'!cell2
Excel does not object (we have tried to enter it manually and XL accepts it),
and all goes well as long as the referenced sheet (myfile.xls) is also open.
When you try later to open the sheet containing this formula without opening the
referenced file, updateLinkedInfo:No, the formula always produces an error #REF!
(there are lots of weird secondary effects, too)
Is this a known bug?
Is there any sensible use of a second filepath for the end cell of a range?
Should anyone ever meet this case, a simple cure is to replace the
chain _:'mypath\[myfile.xls]mytab'!_ by the chain _:_ on the whole sheet.
HTH.
DAN
Environment: Excel 2kSR1 (9.0.4402 SR-1) on Win2kSP3