Macro to apply a change to all cells in table?

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top