I've looked into DDE abit further, does anybody know if its possible to return all the text from a document.
I've tried using
ichannel = DDEINITIATE("WinWord", "System")
lcDocument = DDERequest(ichannel, 'c:\\test.doc')
with no luck.
I've found that, lcDocument =...