![]() |
|
#9
|
||||
|
||||
|
The simple solution for a Find/Replace macro to change the boxes to tabs is to specify:
.Text = ChrW(12288) .Replacement.Text = "^t" The: .Text = "[" & ChrW(61472) & "-" & ChrW(61695) & "]" in the code I posted tells Word to look for characters having values in the 61472 to 61695 range. You shouldn't modify that part of the code, since all it's doing is finding all locked symbols using Word's protected code page area and unlocking them so you can access them with whatever other code you're using.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Word 2010 to PDF: PDF gets strange characters
|
Dianne | Office | 2 | 09-18-2013 09:12 AM |
Strange characters in Header appear AFTER Word doc converted to PDF??
|
souicat | Word | 2 | 06-12-2013 02:56 PM |
How do I delete strange characters from a document.
|
Stokkers | Word | 1 | 06-12-2013 04:21 AM |
Strange Characters Removal
|
OceansBlue | Word | 2 | 04-03-2013 10:01 AM |
| Referencing a value over 255 characters within a table PLUS strange formula behaviour | TishyMouse | Excel | 2 | 01-08-2013 09:39 AM |