Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
MyNote = "This will remove " & Me.TextBox1.Value
MyNote = MyNote & " from the list of Employee Names. It will not remove the name from the other worksheets. Is that what you want to do?"
You can use the & operator to concatenate (stick together) any pair of strings, and you can build up a string in stages as in the second statement.
Jay Freedman
MS Word MVP FAQ: http://word.mvps.org