![]() |
|
#1
|
|||
|
|||
|
I have numerous tables in a document and wish to standardize properties across all tables, eg. Font, Left align of text, Paragraph indent etc. Is there an easy way to achieve this?
|
|
#2
|
||||
|
||||
|
The simplest way is to create a paragraph Style with the desired attributes, then apply that Style to range spanned by each table. You already have code for looping through the tables.
Code:
With Tbl
.Range.Style = "MyStyle"
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Thank you. I will give that a go.
|
|
#4
|
|||
|
|||
|
Thank you Paul. I tested your suggestion and it does everything I need to do.
|
|
| Tags |
| properties, standardize, table |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trying to change title property of images | raphael75 | Word VBA | 3 | 07-16-2019 06:12 AM |
| How does the Enterprise Global and local Global an User Regitry work together? | Lupus74 | Project | 0 | 08-31-2018 12:18 PM |
Global change of one of multiple fonts
|
doctorduncan | Word | 1 | 10-24-2017 01:23 PM |
| Global change to Word Art texts ? | Clark711 | PowerPoint | 1 | 09-04-2013 11:25 PM |
| Are changes to the ribbon global? | TechEd | Word | 0 | 05-26-2011 12:23 AM |