![]() |
|
#4
|
|||
|
|||
|
Experiment with this.
Code:
Sub DeleteOrReplaceCharacters()
With Range("A2:A10")
.Replace "a", "", xlPart
.Replace "&", "", xlPart
.Replace "{", "(", xlPart
.Replace "d", "3", xlPart
End With
End Sub
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| In Find and Replace, can Word stop after each Replace? | wardw | Word | 1 | 06-08-2017 02:47 PM |
VBA Batch Find & Replace for all MSOffice extensions, to replace File Name and Content of the File
|
QA_Compliance_Advisor | Word VBA | 11 | 09-11-2014 11:51 PM |
| How to make replace - well - REPLACE | lawrencehare | Word | 3 | 12-11-2012 12:00 AM |
Help with find and replace or query and replace
|
shabbaranks | Excel | 4 | 03-19-2011 08:38 AM |
| Replace | nsamraf | Word | 0 | 03-25-2009 02:54 AM |