SELECTING MULTIPLE TABLES

J

Jay Freedman

Subligaria said:
In Word 2007, does anyone know of a way to select more than one table?

Hold down the Ctrl key while clicking on the square (containing a
four-headed arrow) in the left margin near the top corner of each table.

Unlike paragraph styles and character styles, the table styles don't offer a
"Select all (n) instances" command, so there is no other way to do this in
the user interface. If you're working in a macro, there's still no way to
select all tables (or any other discontinuous text range), but you can loop
through all members of the ActiveDocument.Tables collection to modify each
one in turn.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

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