TABLE SELECTING

  • Thread starter Thread starter Subligaria
  • Start date Start date
S

Subligaria

Hi,

In Word 2007, does anyone know of a way to select all tables within a
document?

Within the Find dialog, there doesn't seem to be a special command that will
search for tables...
 
Hello Subligaria
In Word 2007, does anyone know of a way to select all tables within a
document?

Within the Find dialog, there doesn't seem to be a special command that will
search for tables...

what do you want to do with (or: to :-)) the tables?

You can use VBA and a construct à la:

with activedocument.tables
...

Or you can browser by tables (use the circle on the bottom right of the
vertical scrollbar to select tables).

HTH
Robert
 
I'm not clear what your goal is: selecting or finding. You mentioned
the "Find dialog". You can find each table with the GoTo function. In
addition to finding words, etc., you can select "table" in the "Go to
what" box. (Shortcut is Ctrl+G).

David


**************************************************
 

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

Back
Top