S
sloan.fader
Hi all,
I'm new with Macros in Word. I've created a short one, it puts
parenteses around the text.
Selection.HomeKey Unit:=wdLine
Selection.TypeText Text:="("
Selection.EndKey Unit:=wdLine
Selection.TypeText Text:=")"
I would like to have the macro apply to all cells in a table.
Is there an easy way to do this, either through the "recorder" or
writing in a few more lines in the routine?
I'm new with Macros in Word. I've created a short one, it puts
parenteses around the text.
Selection.HomeKey Unit:=wdLine
Selection.TypeText Text:="("
Selection.EndKey Unit:=wdLine
Selection.TypeText Text:=")"
I would like to have the macro apply to all cells in a table.
Is there an easy way to do this, either through the "recorder" or
writing in a few more lines in the routine?