+ Reply to Thread
Results 1 to 2 of 2

Storing User response

  1. #1
    Marco
    Guest

    Storing User response

    I need a code that will store a user response to use later in the macro.

    Thank you.

    Marco

  2. #2
    Chip Pearson
    Guest

    Re: Storing User response

    Just store the user's response in a variable.


    Dim Resp As Variant
    Resp = InputBox("Enter something")
    '
    ' more code
    '
    MsgBox Resp




    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com

    "Marco" <[email protected]> wrote in message
    news:[email protected]...
    >I need a code that will store a user response to use later in
    >the macro.
    >
    > Thank you.
    >
    > Marco




+ 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