Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Gracie Hughes   on Sep 21 In MS Office Category.

  
Question Answered By: Volney Fischer   on Sep 21

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: 

 

This Question has 1 more answer(s). View Complete Question Thread

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


Tagged: