- Home
·
- Miscellaneous
·
- This code strips enything you want from a string in 5 lines of code using the Replace Function!
This code strips enything you want from a string in 5 lines of code using the Replace Function!
This code strips enything you want from a string in 5 lines of code using the Replace Function!
API Declarations
'for output, and one for the string to remove!
Rate This code strips enything you want from a string in 5 lines of code using the Replace Function!
(1(1 Vote))
Dim a As String
a = Replace(Text1, Text3, "")
Text2 = a
End Sub
This code strips enything you want from a string in 5 lines of code using the Replace Function! Comments
No comments yet — be the first to post one!
Post a Comment