'Unknown name' error when inserting a DDE link

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
tgr
Posts: 2
Joined: Tue Jan 06, 2009 7:14 am

'Unknown name' error when inserting a DDE link

Post by tgr »

Hi,

I am trying to insert a DDE link in my Excel sheet with this code:

XLS.Sheets[0].AsFormula[Col, Row] := Format('%s|%s!''%s''', [DdeServer, DdeTopic, DdeItem]);

But this results in an 'Unknown name' error message.
What do I need to do to fix this?

Thanks, Trond
Post Reply