INPUT() Function Clears the Clipboard in ExcelLast reviewed: November 2, 1994Article ID: Q58356 |
The information in this article applies to:
SUMMARYThe INPUT() function in Microsoft Excel clears the Clipboard as soon as it is executed. The following sequence of statements, for example, would cause a macro error at the PASTE() command:
=COPY() =INPUT("prompt",type,"title",default) =PASTE()The correct sequence would be as follows:
=INPUT("prompt",type,"title",default) =COPY() =PASTE()Note: the information above applies to version 5.0 when you use Microsoft Excel version 4.0 macro language.
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |