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 Chris Miller 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. lovettj

    vbscript file converter

    I need to write a vbscript to open a dbf file in Xcel and save it to an xcel workbook. If anyone have some code please help. Thanks in advance.
  2. lovettj

    extract every 5th row on text file

    I know how to open a file a write a file using the filesystem object. I need to know how to write every 5th row of the text file.
  3. lovettj

    extract every 5th row on text file

    I need to create a script that extracts every 5th row in a text file using vbscript. If anyone could please help me it will be very appreciative. Thanks in advance.
  4. lovettj

    replace text in a textfile

    Hello, I need some help. I need to replace some text in a file. For example I need to replace the following http part of the string with only the number 389401 in the text file using vbscript: original string 'Yes','http://offender.fdle.state.fl.us/offender/CallImage?imgID=389401' new...
  5. lovettj

    add special character to a comma delimited file

    taupirho I am trying to unstand the split function in VBscript that's as far as I have gotten. Any help will be very appreciative.
  6. lovettj

    add special character to a comma delimited file

    Hi, I am trying to add a special character single quotes around each text file that is in a comma delimited file. I need to automate this process so therefore I decided to use VBScript. Here an example of the input and the output that i Need. 33,Gary,Louis,Becerra,,Supervision (input)...
  7. lovettj

    convert an csv Xcel file to a dbf file

    Hi, I need to convert a csv file to a dbf file using vbscript. Could anyone please help. I can do it manually with file save as in Xcel but I need to automate this process. Thanks in advance.
  8. lovettj

    go to web page download file in vbscript

    dm4ever I tried it and it also worked for me. Thanks again. I really appreciate your help.
  9. lovettj

    go to web page download file in vbscript

    dm4ever I reviewed the link that you sent me. It is close but my problem is that when i navigate to the url string http://offender.fdle.state.fl.us/offender/vendorReport.do?mode=manual&email=emailaddress&county=countyname. I get the following popup telling me to download open save cancel...
  10. lovettj

    go to web page download file in vbscript

    I am trying to write a vbscript to go to a website and down load a file in .csv file extension. I don't know where to start so any help will do. Thanks a lot in advance.

Part and Inventory Search

Back
Top