+ Reply to Thread
Results 1 to 2 of 2

How do I get an excel macro to stop at a cell & wait for imput?

Hybrid View

  1. #1
    oscar_az
    Guest

    How do I get an excel macro to stop at a cell & wait for imput?

    What can be used to replace the "{?}" 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.

  2. #2
    bpeltzer
    Guest

    RE: How do I get an excel macro to stop at a cell & wait for imput?

    You can use the inputbox, as in:
    Sub test()
    Dim YourInput As String
    YourInput = InputBox("What is your input?")
    MsgBox ("Your input was " & YourInput)
    End Sub


    "oscar_az" wrote:

    > What can be used to replace the "{?}" 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.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1