![]() |
#5
|
||||
|
||||
![]()
Perhaps this is what you wanted
Code:
Sub ChangeListFonts() Dim aLT As ListTemplate, aLL As ListLevel For Each aLT In ActiveDocument.ListTemplates For Each aLL In aLT.ListLevels If aLL.Index <> 3 Then aLL.Font.Name = "Times New Roman" End If Next aLL Next aLT End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
tlstaylorgirl | Word | 1 | 09-17-2015 12:12 PM |
Bulleted Lists in Notebook Layout | beatles1291 | Word | 0 | 01-25-2012 08:52 PM |
Adjust list indents for all bulleted text (of different bullets) | ghumdinger | Word | 13 | 09-21-2011 12:59 AM |
Bulleted and Numbered Lists | peret944 | Word | 0 | 03-25-2011 01:08 PM |
![]() |
mhartman09 | Word | 2 | 12-10-2010 12:18 PM |