![]() |
|
#4
|
||||
|
||||
|
The first is as simple as:
Code:
Sub Demo() Application.ScreenUpdating = False With Selection .InsertBefore Chr(147) .InsertAfter Chr(148) End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create an "action safe" border around slide content? | Pantucci | PowerPoint | 2 | 04-21-2018 08:49 AM |
PPT 2010 Action - Run Program reverses "/" switch character
|
wflett | PowerPoint | 4 | 03-17-2015 04:03 AM |
| remove repeated words with " macro " or " wild cards " in texts with parentheses and commas | jocke321 | Word VBA | 2 | 12-10-2014 11:27 AM |
Word Macro to find and delete rows that contain adjacent cells containing "."
|
AlexanderJohnWilley | Word VBA | 7 | 11-08-2012 10:15 AM |
Launch macro sub after hitting "create pdf" button in word
|
webharvest | Word VBA | 1 | 06-29-2011 04:56 PM |