Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Created January 25, 2018 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuongAQ/53954ef41a91f38dd55f29e91d767948 to your computer and use it in GitHub Desktop.
Save DuongAQ/53954ef41a91f38dd55f29e91d767948 to your computer and use it in GitHub Desktop.
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