![]() |
#4
|
|||
|
|||
![]()
We are not a code writing service. We are here to help people learn to use VBA.
Here is something to get you started: Code:
Sub ScratchMacro() 'A basic Word Macro coded by Gregory K. Maxey Dim colList As ListParagraphs Dim lngIndex As Long Set colList = ActiveDocument.Range.ListParagraphs For lngIndex = 1 To colList.Count colList(lngIndex).Range.Font.Name = "Times New Roman" Next lbl_Exit: Exit Sub End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comparing two lists and extracting values missing from both lists | Dave T | Excel Programming | 4 | 11-01-2018 11:51 PM |
Creating global contact lists (distribution lists) Outlook 2011 Mac | pengyou | Outlook | 0 | 09-10-2016 02:18 PM |
![]() |
AndyS | Mail Merge | 10 | 12-11-2015 03:05 PM |
Multilevel lists and paragraph indentation | computerdummy | Word | 2 | 04-27-2012 02:32 PM |
![]() |
mhartman09 | Word | 2 | 12-10-2010 12:18 PM |