Use "InputBox"Simple Example:Dim sString as StringsString = InputBox("Enter a Title")Debug.Print sStringWhen you run the code, an Input Box will appear allowing the user to entersomething.