INPUT() Function Clears the Clipboard in ExcelID: Q58356
|
The 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()
=INPUT("prompt",type,"title",default)
=COPY()
=PASTE()
Additional query words: 2.0 2.00 2.01 2.1 2.10 2.2 2.20 2.21 3.0 4.0 4.0a 4.00a 5.0
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 15, 1999