Article ID: 102362
Article Last Modified on 10/11/2006
=INITIATE("","")
This function displays a DDE dialog box that lists all of the open
applications and topics to which Microsoft Excel can open a DDE channel.
You can then use other DDE commands such as EXECUTE() and SEND.KEYS() to
control the other application.
SUB Initiate_DDE ()
ChanNum = Application.DDEInitiate("", "")
End Sub
NOTE: Microsoft Excel version 5.0 for the Macintosh requires system
software version 7.0 or later for this and other DDE functions to
work.
Additional query words: 2.0 2.00 2.01 2.1 2.10 3.0 3.00 4.00a 5.0 8.00 97 XL
Keywords: kbdtacode kbhowto kbinterop kbprogramming KB102362