The information in this article applies to:
SUMMARY
Lotus 1-2-3 allows the use of the "?" (the question mark [without
quotation marks]) to temporarily suspend macro execution while waiting
for your input. Microsoft Excel, however, does not allow halting the
macro to wait for your input without using an INPUT() or similar
command.
The RESTART() function tells the macro not to return to the calling macro. This method is used because the ON.TIME() function is used to restart the macro in a specified amount of time. This same method can be used to bring up a dialog box for which Excel does not provide a macro command, such as the Formula Notes dialog box. A modification to the SEND.KEYS() function to bring up the desired dialog box is all that is needed.
NOTE: the information above also applies to version 5.0 and later only when using version 4.0 macro language. Additional query words: 2.0 2.01 2.1 2.2 2.20 2.21 3.0 3.00 4.0 4.00 4.0a 4.00a 5.0 pause pausing
Keywords : |
Last Reviewed: March 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |