Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
Ronda Monheiser Ronda Monheiser is offline
external usenet poster
 
Posts: 2
Default Working with multiple tables...

Is it possible to reformat multiple identical word tables at one time?
  #2   Report Post  
Posted to microsoft.public.word.tables
Pamelia Caswell via OfficeKB.com Pamelia Caswell via OfficeKB.com is offline
external usenet poster
 
Posts: 468
Default Working with multiple tables...

It depends on what you want to change (text?, font?, borders?, shading?, etc.)
and what version of Word you are using.

Pam


Ronda Monheiser wrote:
Is it possible to reformat multiple identical word tables at one time?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ables/200908/1

  #3   Report Post  
Posted to microsoft.public.word.tables
Ronda Monheiser Ronda Monheiser is offline
external usenet poster
 
Posts: 2
Default Working with multiple tables...

Thank you for the reply. I need to change the column width on each of them.
There are 50 identical tables in the Word 07 document and I would just like
to be able to reformat the columns all at one time.

Any recommendations?

"Pamelia Caswell via OfficeKB.com" wrote:

It depends on what you want to change (text?, font?, borders?, shading?, etc.)
and what version of Word you are using.

Pam


Ronda Monheiser wrote:
Is it possible to reformat multiple identical word tables at one time?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ables/200908/1


  #4   Report Post  
Posted to microsoft.public.word.tables
Pamelia Caswell via OfficeKB.com Pamelia Caswell via OfficeKB.com is offline
external usenet poster
 
Posts: 468
Default Working with multiple tables...

I think you might have to do that through a macro. You might ask your
question in the word programming forum.

Pam

Ronda Monheiser wrote:
Thank you for the reply. I need to change the column width on each of them.
There are 50 identical tables in the Word 07 document and I would just like
to be able to reformat the columns all at one time.

Any recommendations?

It depends on what you want to change (text?, font?, borders?, shading?, etc.)
and what version of Word you are using.

Pam

Is it possible to reformat multiple identical word tables at one time?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ables/200908/1

  #5   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Working with multiple tables...

Use a macro with code like:

Dim i As Long
With ActiveDocument
For i = 1 To .Tables.Count
With .Tables(i)
.Columns(1).Width = InchesToPoints(2)
End With
Next i
End With

which will set the width of the first column in each of the tables to 2
inches.
--
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, originally posted via msnews.microsoft.com
"Ronda Monheiser" wrote in
message news
Thank you for the reply. I need to change the column width on each of
them.
There are 50 identical tables in the Word 07 document and I would just
like
to be able to reformat the columns all at one time.

Any recommendations?

"Pamelia Caswell via OfficeKB.com" wrote:

It depends on what you want to change (text?, font?, borders?, shading?,
etc.)
and what version of Word you are using.

Pam


Ronda Monheiser wrote:
Is it possible to reformat multiple identical word tables at one time?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ables/200908/1



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
Working With Tables And Pictures? Patrick[_3_] New Users 2 August 14th 08 09:32 PM
Working With Tables Patrick K Finn New Users 1 January 9th 08 09:31 PM
working in tables [email protected] Microsoft Word Help 4 July 24th 06 07:39 PM
Tables setting multiple section breaks with multiple headers [email protected] Tables 1 January 19th 06 11:05 AM
working in tables in word bridget Tables 1 August 5th 05 09:04 PM


All times are GMT +1. The time now is 05:13 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"