Thread
: [Solved]
Turn text outline into autonumbered multilevel outline
View Single Post
03-25-2023, 02:37 PM
Guessed
Windows 10
Office 2016
Expert
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
This is a job for the autoformat command but if you wanted the same thing via a macro it might look like this
Code:
Sub Macro2() Selection.Document.Kind = wdDocumentNotSpecified Selection.Range.AutoFormat End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Guessed
View Public Profile
Visit Guessed's homepage!
Find all posts by Guessed