Here is an example of the code if anyone can assist
Dim AppName, Topic, Temp
Dim chan As Single
chan = DDEInitiate("winWord", "System") 'Must be open
DDEExecute chan, CStr(Chr(40) & "Hello World" & Chr(41))
DDETerminate chan
'returns Hello World
I require the ( ) to be passed...