![]() |
|
#1
|
|||
|
|||
|
Hi, in my Word documents the dashes are either character code 2013 or 002D.
The code below only looks for code 2013. I would like to add an additional line of code to include code 002D but not sure how to include this - can anybody help/advise at all, thanks. Code:
Case InStr(oRngEval, " - ") = 1 'highlights if cross refs separated by a dash and space either side e.g. clause 1 - 2
oRng.Move wdCharacter, 3
lngOffset = 3
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
List of ascii code of Character Symbols or code for all symbols used in Word
|
SamDsouza | Word VBA | 3 | 03-12-2020 04:49 AM |
How can you use the " character for inches in a field code?
|
steveflooks | Word | 1 | 07-19-2018 02:52 PM |
Help to include header and footer in string search code which i already have.
|
branko | Word VBA | 1 | 03-28-2017 11:50 PM |
| Is it possible to include a newline character in the replace text | desgordon | Word | 2 | 09-14-2012 02:28 AM |
Need Word to change -- (dash,dash) into one long dash.
|
Bobosmite | Word | 2 | 05-06-2011 04:21 AM |