Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Created January 25, 2018 03:07
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/15c18b7e95c585bbf5d0a7ad275cd3ef to your computer and use it in GitHub Desktop.
Save DuongAQ/15c18b7e95c585bbf5d0a7ad275cd3ef to your computer and use it in GitHub Desktop.
Sub Replace_Test02() 'Excel VBA for replace with wildcard.
Dim strA As String
Dim strB As String
strA=" (*)"
strB=""
Rows("1:10").Replace strA, strB
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment