![]() |
|
#1
|
|||
|
|||
|
Hi
I like to have text inside quotes in a different style than "normal". So far I use a macro that basically does this: Code:
Selection.Find.Replacement.Style = ActiveDocument.Styles("inQuotes")
With Selection.Find
.Text = "[" & ChrW(8220) & "]*[" & ChrW(8221) & "]"
.Replacement.Text = ""
End With
But, I have to manually do it every time. I was wondering it there's a better way. A way that, after i open a quote, the style changes to "inQuotes", and after I colse a quote, the style changes back to "Normal" Any ideas? |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change and implement default theme font style change | Nikko963 | Word | 5 | 05-04-2018 09:11 AM |
Modifying horizontal rules in Intense Quote style
|
oakb | Word | 2 | 03-28-2017 05:02 PM |
change Bibliography style
|
SashikalaB | Word VBA | 1 | 02-06-2017 11:44 PM |
Change style of formulas
|
Jacky837 | Word | 3 | 08-08-2016 11:27 AM |
How to globally change the formatting of a bullet style to another style?
|
ravl13 | Word | 5 | 03-10-2013 05:04 PM |