![]() |
|
|
|
#1
|
||||
|
||||
|
Perhaps this is being over-thought. This works if you have selected a text box inside a Canvas
Code:
Sub Macro1()
If Selection.ShapeRange.Count > 0 Then
Selection.WholeStory 'needed if selection is inside textbox rather than being the textbox
Selection.Font.ColorIndex = wdRed
End If
End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
| Tags |
| canvas, color |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
VBA to change multiple change drop down font color and make bold
|
bwhitlock | Word VBA | 1 | 08-08-2022 12:18 AM |
Word 16/19 change font and outside border color (same color) eg is red change to pink
|
jec1 | Word VBA | 2 | 12-04-2019 11:32 PM |
VBA change font color to background color
|
donaldadams1951 | Word VBA | 6 | 05-31-2018 04:36 PM |
| Canvas + textbox + group = weird ghost bug? | somads | Word | 0 | 11-25-2015 01:37 AM |
Codes for Word Textbox Font Color?
|
tinfanide | Word VBA | 7 | 10-23-2012 03:13 PM |