This novice writes:
I have the following code and need to apply bold, small caps to “frmDeed.TextBox4.Text” only….
ActiveDocument.Variables.Add Name:=”AddSellerAddress”, Value:=” and ” & _
frmDeed.TextBox4.Text & “, residing at ” & frmDeed.TextBox5.Text & “, ” & frmDeed.TextBox6.Text
I’ve tried a few things but can’t seem to get it. Thank you for your advice.