I have two workbooks: book1.xls and book2.xls
In book2.xls I have in cell A1:
='C:\[Book1.xls]Sheet1'!$D$1
and in cell B1:
=OFFSET('C:\\[Book1.xls]Sheet1'!$A$1,0,3)
When Book1.xls is opened, everything works fine. When Book1.xls is closed, only formula in A1 returns result; formula in
cell B1 returns #VALUE!
I've noticed this problem only with OFFSET function. Any MSOft developer here?
In book2.xls I have in cell A1:
='C:\[Book1.xls]Sheet1'!$D$1
and in cell B1:
=OFFSET('C:\\[Book1.xls]Sheet1'!$A$1,0,3)
When Book1.xls is opened, everything works fine. When Book1.xls is closed, only formula in A1 returns result; formula in
cell B1 returns #VALUE!
I've noticed this problem only with OFFSET function. Any MSOft developer here?