Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Darla Morrison   on Feb 07 In MS Office Category.

  
Question Answered By: Chuong Tran   on Feb 07

Use "InputBox"



Simple Example:



Dim sString as String

sString = InputBox("Enter a Title")

Debug.Print sString



When you run the code, an Input Box will appear allowing the user  to enter
something.

Share: 

 
 
Didn't find what you were looking for? Find more on Input Text Or get search suggestion and latest updates.


Tagged: