Created
January 25, 2018 02:22
-
-
Save DuongAQ/53954ef41a91f38dd55f29e91d767948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Record_Replace() | |
Cells.Replace What:="Long", Replacement:="Tu?n", LookAt:=xlPart, _ | |
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ | |
ReplaceFormat:=False | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment