I am developing an application with the delphi language that exchanges data through DDE with LibreOffice Calc.
I can’t get a link using:
Setlink(‘soffice’,’[myFileName]Sheet1’);
I would like to write in a cell, for example cell A1.
But the Setlink function returns false.
What is the exact syntax for ‘[myFileName]Sheet1’?
thanks