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.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()