![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Do you mean something like this Charles:
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey Dim oStyle As Style For Each oStyle In ActiveDocument.Styles On Error Resume Next oStyle.Font.Name = "Times New Roman" Next oStyle lbl_Exit: Exit Sub End Sub There probably aren't that many more Word users that knows what a style is, than knows how to map a CC ![]() |
![]() |
Tags |
pane view variable |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
excel macro returning the wrong value | anne.kiss@ntlworld.com | Excel Programming | 7 | 03-14-2019 05:53 AM |
OneNote Undo: Insertion point/cursor "jumps" when typing Ctrl+Z | aspiringgeek | OneNote | 0 | 03-21-2017 07:23 PM |
![]() |
stevec5088 | Word | 1 | 12-14-2016 02:45 PM |
![]() |
Danny DeLoach | Outlook | 2 | 08-16-2011 11:58 AM |
A macro to mirror the movement of the cursor | ACA | Word VBA | 0 | 08-24-2010 03:21 PM |