Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. diabolik69

    Command line interface parameter doesn't work

    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...
  2. diabolik69

    Writing a macro... replace function?

    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...
  3. diabolik69

    Writing a macro... replace function?

    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...

Part and Inventory Search

Back
Top