In word vba, I have developed a UserForm with two text boxes. For one of the text boxes I would like to add, as a default, a string variable that has already been defined and is calculated just before the form is displayed. If textbox is "TextBox1" and the default string is "NewWord", how can I code this?