- Home
·
- String Manipulation
·
- A one-liner...finds string and replaces with another. I used for replacing mapped drive with full p
A one-liner...finds string and replaces with another. I used for replacing mapped drive with full p
A one-liner...finds string and replaces with another. I used for replacing mapped drive with full path
Rate A one-liner...finds string and replaces with another. I used for replacing mapped drive with full p
(2(2 Vote))
'This says search for Z:\ in Z:\sample.doc and if found, replace Z: 'with \\mailhub\rsg MsgBox Replace("Z:\sample.doc", "Z:\", "\\mailhub\rsg\")
End Sub
A one-liner...finds string and replaces with another. I used for replacing mapped drive with full p Comments
No comments yet — be the first to post one!
Post a Comment