Code:
Sub Section() ' ' Section Macro ' Macro recorded 11/15/2013 by sharma.anil ' ActiveDocument.Styles.Add Name:="Section", Type:=wdStyleTypeParagraph ActiveDocument.Styles("Section").AutomaticallyUpdate = False With ActiveDocument.Styles("Section").Font .Name = "Times New Roman" .Size
Leave a comment: