Code:
Dim chan As Integer
MsgBox (server & topic & request)
chan = Application.DDEInitiate("server", topic)
MsgBox (chan)
theArray = Application.DDERequest(chan, "id8?result")
'MsgBox (theArray(1))
Application.DDETerminate chan
DDEInitiate keeps returning zero.....
how do i fix this ?