Yikes, everyone at this assignment is looking at *me* as the Word expert and I’ve avoided learning any VBA. I want to make a macro that will enclose any selection in parentheses. Sometimes, the selection is a one or two word phrase, and sometimes it is a number in a table cell. I can record a macro to add an opening parenthesis to my selection, and I get the following code, but I’m not certain how to also get a closing parenthesis, without reselecting.
Selection, moveleft unit:=wdCharacter, Count:=1
Selection.Typetext Text:=”(“