![]() |
|
#1
|
|||
|
|||
![]()
Looks like I was able to get it to work. I wasn't having any luck with the Macro changing SmallCaps that are in the footnotes, but using the following code, it seems to work so far:
Sub Macro2() Dim rngStory As Range For Each rngStory In ActiveDocument.StoryRanges With rngStory.Find .Font.SmallCaps = True .Replacement.Font.SmallCaps = False .Wrap = wdFindContinue .Execute Replace:=wdReplaceAll End With Next rngStory End Sub |
![]() |
Tags |
macro, small caps |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Powerpoint-2019 Text in selected theme remains in All Caps even when small caps option is selected | Tanasha4 | PowerPoint | 2 | 04-06-2019 07:53 PM |
![]() |
gloub | Word VBA | 2 | 01-30-2019 12:40 PM |
![]() |
CrossReach | Word VBA | 2 | 11-13-2017 09:21 AM |
How to find CAPITALIZED names and change them into small caps | dylan.ve | Word VBA | 5 | 02-25-2016 03:15 PM |
![]() |
lmb100 | Word | 4 | 08-07-2015 06:57 AM |