Skip to content

Instantly share code, notes, and snippets.

@Linda-chan
Created June 18, 2021 09:29
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 Linda-chan/df2c0ee02743d21bc19d6b1046382662 to your computer and use it in GitHub Desktop.
Save Linda-chan/df2c0ee02743d21bc19d6b1046382662 to your computer and use it in GitHub Desktop.
If Not MC Is Nothing Then _
If MC.Count = 1 Then _
If InStr(1, Blob, CRLF & MC(0), vbTextCompare) <> 0 Then _
Debug.Print "Found: " & Item: _
Blob2 = Blob2 & Item & CRLF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment