Hi,
I am testing LibreOffice to replace MS Office 2003. So I created 4 xlsx
files with LibreOffice Calc 4.1.4.2 and while files are open formula syntax
is working (Calc A1), and it is looking like this:
=SUM(B22:B22*'file:///C:/temp/Test file 2.xlsx'#$Sheet1.B22)
But as soon as I save it and close that files, reopen them I got this error:
Err:508, and formula syntax is looking like this:
=SUM(B22:B22*['file:///c:/temp/test file 2.xlsx']$Sheet1.B22)
So what I am doing wrong?