![]() |
|
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
I'd like to do a find and replace on inverted commas to remove the spaces that precede and proceed them, but find and replace does not seem to be able to differentiate between them and this makes my task impossible.
Is there a way this can be done, so I can remove them automatically? Or is there perhaps another way it can be done? Cheers Last edited by Charles Kenyon; 12-10-2018 at 09:09 PM. Reason: Mark as solved |
#2
|
|||
|
|||
![]()
8216 is HTML Entity for ‘LEFT SINGLE QUOTATION MARK
SINGLE TURNED COMMA QUOTATION MARK’. If you type ‘Alt+8216’ into the Find box, Word will find all ‘left single quotation marks’. 8217 is HTML Entity for ‘RIGHT SINGLE QUOTATION MARK SINGLE COMMA QUOTATION MARK’. If you type ‘Alt+8217’ into the Find box, Word will find all ‘right single quotation marks’. HTH Robert |
#3
|
||||
|
||||
![]()
Using wildcards:
Find = ( )(’) Replace = \2\1 Find = (‘)( ) Replace = \2\1 ensures the single smart-quotes & spaces are in the correct order. Alt-0145 = ‘ Alt-0146 = ’
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
sinaranje | Excel | 4 | 11-11-2014 10:52 PM |
![]() |
pmstock | Word | 2 | 08-02-2014 08:34 PM |
![]() |
Mattblack | Word | 1 | 04-10-2014 03:06 PM |
![]() |
tonycrossley | Word | 3 | 01-27-2014 04:55 PM |
![]() |
paulkaye | Word | 4 | 12-06-2011 11:05 PM |