![]() |
#7
|
||||
|
||||
![]()
Try something along the lines of:
Code:
Sub ChangeAPA2toAPA3() ' ' ChangeAPA2toAPA3 Macro ' Changes from freestanding APA 2 level subhead to run-in APA level 3 subhead. ' Uses BodyText style to define the trailing paragraph style. ' With Selection .Font.Reset With .Paragraphs.Last .Style = "Body Text" .Range.Case = wdLowerCase .Range.Case = wdTitleSentence End With With .Paragraphs.First .Style = "Heading 3" End With .Collapse wdCollapseStart .InsertStyleSeparator End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
heading styles, macro, recorder |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Applying heading style to multiple pages at once | jane.bugai | Word | 5 | 02-24-2017 04:05 PM |
![]() |
kam | Word | 7 | 03-24-2014 02:58 PM |
![]() |
ubns | Word VBA | 44 | 09-04-2012 08:17 PM |
![]() |
foxtrot | Word | 3 | 07-24-2012 07:30 AM |
Character style stripped while applying paragraph style | sams_gates | Word | 0 | 08-29-2009 02:03 AM |