Reply
 
Thread Tools Display Modes
  #1   Report Post  
Misty123
 
Posts: n/a
Default Selecting all tables in a document

Does anyone know how to select all tables in a Word document and then resize
them all at the same time? There is also text in the document between the
tables so you can't use the "Select All".
  #2   Report Post  
Doug Robbins
 
Posts: n/a
Default

It can't be done other than by using a macro that iterates through all of
the tables in the document and resizes them.

Something like

Dim atable as Table
For each atable in ActiveDocument.Tables
atable. [commands to resize table]
Next atable

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Misty123" wrote in message
...
Does anyone know how to select all tables in a Word document and then
resize
them all at the same time? There is also text in the document between the
tables so you can't use the "Select All".



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
selecting all three letter words in a document how do I do it sol man uk Microsoft Word Help 4 August 2nd 06 04:02 AM
Find all Tables in a Word document Dietmar Tables 1 April 1st 05 05:49 PM
How do I Save a document with tables as a web page Tanya Tables 1 March 9th 05 11:22 PM
Using 3 tables within 1 document Sandra PK Microsoft Word Help 1 December 29th 04 01:13 AM
Merge data into one document from several tables in Access. Professor Wise Mailmerge 1 December 2nd 04 10:40 PM


All times are GMT +1. The time now is 04:50 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"