![]() |
#1
|
|||
|
|||
![]() I have a word file with many tables with grey background, how can I delete background of all tables at the same time without deleting background for each table? |
#2
|
|||
|
|||
![]()
You would need to use VBA code to do that, but even that would need to process each table in turn.
Your first task is to identify whether the tables have a background, or whether the cells have shading. |
#3
|
||||
|
||||
![]()
Each of the tables would have a Table Style applied to it. IF the same table style was applied to every table then it is possible to modify the Table Style attributes to remove all table backgrounds in one step.
However, the table style's background settings could be overridden locally by: 1. Particular table style conditions (like odd/even rows being turned on and those settings have a background shading) 2. Local cell shading applied.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA for Word tables background colour throughout document | HC123 | Word VBA | 1 | 08-15-2023 04:14 PM |
How do I on MS Word VBA add and remove rows in the tables using command button macros? | ananas1171 | Word VBA | 6 | 06-30-2021 07:51 AM |
How to remove background in word. 'No Fill' does not work! | mingo | Word | 0 | 07-27-2010 01:15 AM |
![]() |
Mark | Drawing and Graphics | 3 | 05-06-2009 08:43 AM |