![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#4
|
|||
|
|||
|
Hi Bob and Arvil!
I apologize for the late reply, but this weekend I was absent and I was not at my computer. Thank you for your for your suggestions that have been a shift in the right direction to solve my problem. Bob, the answer to your question Quote:
Bob's suggestion Code:
Cells.Replace What:=&H00E8, Replacement:=&H010D, LookAt:=xlPart, SearchOrder:=xlByRows _ , MatchCase:=True, SearchFormat:=False, ReplaceFormat:=False Code:
Cells.Replace What:=ChrW(&HE8), Replacement:=ChrW(&H10D), LookAt:=xlPart, SearchOrder _
:=xlByRows, MatchCase:=True, SearchFormat:=False, ReplaceFormat:=False
This does the job, so I can continue from here. Thank you both. |
| Tags |
| characters, replacing, vba |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
A Macro to break lines automatically after specific number of characters
|
Annie Wordy | Word VBA | 1 | 11-03-2017 08:36 PM |
Deleting Characters in a specific location in Word 2010
|
ppayaw | Word VBA | 8 | 12-13-2016 08:11 AM |
| Customize grammar settings for specific language? | jpgauvin | Word | 0 | 12-05-2016 03:06 PM |
How do I Remove A Specific Amount of Characters from Lines in a Document?
|
tatihulot | Word | 5 | 01-22-2016 05:55 AM |
Extract Line of Text w/ specific characters up to the paragraph character, send to Excel
|
dmarie123 | Word VBA | 10 | 07-20-2015 12:16 AM |