![]() |
|
#1
|
||||
|
||||
![]()
Hi giozane,
The text with the white background in the cells has had a white background applied, whilst the other text has no background. The easiest way to fix many textboxes is with a macro: Code:
Sub FixTextBoxText() Dim Shp As Shape For Each Shp In ActiveDocument.Shapes If Shp.Type = msoTextBox Then Shp.TextFrame.TextRange.Font.Shading.BackgroundPatternColorIndex = 0 End If Next End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
background, text, white |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Samantha Jean | Word | 7 | 02-09-2017 02:22 AM |
black text randomly changing to white when run macro | G DeBree | PowerPoint | 0 | 03-16-2011 09:23 AM |
Text box background MUST be white? | Gummo | Drawing and Graphics | 0 | 07-12-2010 01:35 PM |
Problem with Developer Form -- Check Boxes and Text Boxes | PCC | Word | 1 | 05-16-2009 05:22 AM |
Text Highlighting in Yellow ??? | mark4man | Publisher | 0 | 12-15-2005 06:46 PM |