close
What can be used to replace the quot;{?}quot; command used in lotus macros to pause
and wait for data entry? The lotus macro worked fine in excel 97 but after
switching to excel 2003 did not.
You can use the inputbox, as in:
Sub test()
Dim YourInput As String
YourInput = InputBox(quot;What is your input?quot;)
MsgBox (quot;Your input was quot; amp; YourInput)
End Subquot;oscar_azquot; wrote:
gt; What can be used to replace the quot;{?}quot; command used in lotus macros to pause
gt; and wait for data entry? The lotus macro worked fine in excel 97 but after
gt; switching to excel 2003 did not.
全站熱搜