Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 69
Default Storing User response

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

Thank you.

Marco
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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" wrote in message
...
I need a code that will store a user response to use later in
the macro.

Thank you.

Marco



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing User Defined Functions in Office\Library folder for MAC's Carrie_Loos via OfficeKB.com Excel Discussion (Misc queries) 0 April 1st 09 05:51 PM
Wait for user response Brisbane Rob[_2_] Excel Programming 1 September 17th 05 10:31 PM
Wait for user response dominicb[_127_] Excel Programming 0 September 16th 05 10:28 PM
Storing non-user data ChrisJForeman Excel Programming 1 November 22nd 03 05:55 PM


All times are GMT +1. The time now is 08:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"