Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 02-19-2023, 11:04 PM
TheBigBoss TheBigBoss is offline Select Lists or List.ListParagraphs of bulleted text Windows 10 Select Lists or List.ListParagraphs of bulleted text Office 2016
Advanced Beginner
Select Lists or List.ListParagraphs of bulleted text
 
Join Date: Dec 2016
Posts: 56
TheBigBoss is on a distinguished road
Default

Hi Guessed, I posted a similar code above, it doesn't as Index doesn't return the level but just the index.

I found the solution to detect third-level using ListTemplates.ListLevels.
I use TextPosition. Since the list styles are well defined, the TextPosition is fixed and well known.

Code:
Sub SelectNumberingAndChangeFont()
    Dim para As Paragraph
    Dim list As list
    Dim lvl As ListLevel
    Dim lev As ListTemplate
    Dim i As Integer
    Dim ib As Integer
    i = 0
    ib = 0
    For Each lev In ActiveDocument.ListTemplates
        For Each lvl In lev.ListLevels
            Debug.Print "TXT POS - " & lvl.TextPosition
            If lvl.TextPosition <> 147.4 Then
                 lvl.Font.Name = "Times New Roman"
                ' Change numbering of list to Times New Roman at the exception of third-level numbering
            End If
            Next lvl
    Next lev
End Sub
Closing thread
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Select Lists or List.ListParagraphs of bulleted text autoformat bulleted lists 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
Select Lists or List.ListParagraphs of bulleted text Bulleted Lists - Changing Font mhartman09 Word 2 12-10-2010 12:18 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:38 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft