thread1-1445223
This didn't work for me... I just got an ambiguous error that said "Macro failed to begin execution." Anyone have any ideas as to what might be causing my macro to not work when I try and include a parameter? :)
Here's my code:
"C:\Program Files\EXTRA!\ebrun.exe" "X:\Macro...
I checked and saw nothing in there.
I doctored up two solutions... one replaces a string with nothing, and one replaces a string with something:
Function RemoveChars(strText As String, strUnwanted As String) As String
Dim TempStr, CurChar As String
Dim x As Integer
For x = 1...
I have been searching high and low for a replace function! Basically I just need to write something that looks at a string, removes all the double quotes and returns a clean string. We're doing process automation and our files come down in CSV format with quotes included.
I must not be looking...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.