Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking to remove the quote symbol ["] used as inch units in a system generated name before using it as a filename.
Dim Name As String
Name = "BW-S-(100)4""
NewName = Name.Replace(""", "")
MessageBox.Show("Name", "Title")
MessageBox.Show("NewName", "Title")
Is it possible? What would the method need to be?
I have tried the string function Replace but """ is not correct.
Any help greatly appreciated.
Thanks.
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan
Solved! Go to Solution.