Ok, so lets say I have a textbox(Textbox1) and a button.

If the user inputs the text into the textbox: MsgBox "THIS IS MY MESSAGE"

I want that when the Button is pressed, only the text (THIS IS MY MESSAGE) is displayed.

Also, how would you do that if the user inputted into the textbox: MsgBox (THIS IS MY MESSAGE)

Using parenthesis instead of Quotation marks.