View Single Post
 
Old 03-25-2023, 02:37 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

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
Reply With Quote