Metehan MERAL said:
How can I merge the cells with DDE commands? (macrofun)
Obviously you can't do it with XL08, since XL08 doesn't support any
automation other than AppleScript.
Are you trying to actually merge the cells? or to create a mail/data
merge via DDE? What version of Mac XL are you using?
If you look in XL04 Help, it will tell you that DDE is for Windows only.
However, the DDE commands (DDEAppReturnCode, DDEExecute, DDEInitiate,
DDEPoke, DDERequest, and DDETerminate) are still there as members of the
Application class (right-click on the Object Browser window to show
hidden members).
I haven't tried it, but I assume you should be able to establish a DDE
connection.