Excel: DDE Command to Determine If Excel Is in Ready ModeLast reviewed: September 12, 1996Article ID: Q111438 |
The information in this article applies to:
SUMMARYWhen you send DDE commands from another application to Microsoft Excel, it may be necessary to confirm that Microsoft Excel is in ready mode before you send the command. Ready mode indicates that Microsoft Excel is able to accept a DDE command. To confirm that Microsoft Excel is in ready mode, use the REQUEST() function and use "status" as the item_text argument, as in the following example
=REQUEST(channel_num,"status")where channel_num is an actual DDE channel number.
REFERENCES"Function Reference," version 4.0, page 359
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |