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 TouchToneTommy 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: *

  • Users: kriemer
  • Content: Threads
  • Order by date
  1. kriemer

    Read csv file and append to string

    I have a csv file, "List.csv", comprised of a single item per record. I would like a VBScript that will read each record and append it to a standard string. All strings will be saved to a single new file "Output.csv". For example: List.csv contains: aaa bbb ccc Output.csv XXXXXaaaYYYYYYaaa...
  2. kriemer

    VBS to Compact Access database

    I am trying to run following found code to compact access databases with several problems: 1: I would like the access database to open on the screen to allow me to see something is going on 2: The code as found has different lines depending on Access database type (97, 2000, etc). The code...
  3. kriemer

    Run Excel Macro from VBS

    I am trying to find a macro to open Excel and run a macro. I have tried the following script and while Excel does open and the macro starts it does not complete. Of course the macro has been tested and runs when executed "normally". {code] Set xlObj = CreateObject("Excel.application")...
  4. kriemer

    VMware Workstation communication failure

    I am currently running VMware workstation 6 communication to the network through bridge via Gigabit router. I am exchanging MASSIVE volumes of data from the VM to a SATA hard disk. Occasionally communications fail (as evidenced by a message "could not find XYZ"). Is there a better, i.e...

Part and Inventory Search

Back
Top