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!

Recent content by tmangin

  1. tmangin

    aligning text output

    Swi, Thanks for your help. I actually used a version of what you suggested. Thanks!
  2. tmangin

    aligning text output

    DrJavaJoe, Your suggestion worked like a charm! Thanks so much for your help.
  3. tmangin

    aligning text output

    I'm running a program that returns output to a text file (notepad). Each line of output contains a four digit ID, name of client, number of times ID is in the file, and an amount. For example: 2701 RADIOLOGY CONSULTANTS, INC. 2 3,225,228.00 2710 TEST 1 190.00 2607...
  4. tmangin

    reading table with vb6

    JeffTullin, Thanks for your reply. I'm not really sure that I follow what you said, though. What does non-starter mean? Also, what data do you need to see? I will be more than happy to provide you with it. The source file cannot be a text file because it has to be set up as some type of...
  5. tmangin

    reading table with vb6

    Hi, I need to write code that will open a file, either in Word or Excel, read through the table and when it finds the number it's looking for, grabs the corresponding text and returns it to the code to be further manipulated. Any help or suggestions would be greatly appreciated! Thanks!
  6. tmangin

    Naming text file with current date

    Thanks DrJavaJoe, mattKnight, johnwm, and Golom for all of your help and suggestions. I'm all fixed!
  7. tmangin

    Naming text file with current date

    BiggerBrother & DrJavaJoe, I tried both of your suggestions, but with each, nothing happens. The file is not created. In fact, it seems to freeze. I appreciate you sending the additional thread as well, however, I was hoping there would be a simpler way to do this. Any other suggestions...
  8. tmangin

    Naming text file with current date

    Does anyone know how to name a file with the current date? I'm creating the text file this way: Open "C:\iFtpSvc\Hms-ftppro\users\RCI27\Report.txt" For Output As 2 Instead of Report.txt, I want the name of that file to be the current date. Thanks!
  9. tmangin

    open two text files in one app

    Thank you both for your replies...they were both very helpful!
  10. tmangin

    open two text files in one app

    Hi, I need to open a text file for Input, then open another text file to write output to. Is this possible in a single VB app (.exe)? Below is a sample of what I have right now, however, I'm having problems with it. Public Sub Form_Load() Open...
  11. tmangin

    Opening/reading .zip file

    Hi, I need to open a zip file that will contain a .txt file that I need to read and manipulate with VB6. It's all got to be automatic. Has anyone done this before or have any knowledge or experience with doing this?? Any help would be greatly appreciated! Thanks!
  12. tmangin

    Text File Manipulation Help

    paulbent and vbSun, Thanks so much to both of you for your help. I think I am going to use paulbent's suggestion. paulbent- I've got one more question. Right now, I'm getting an extra "occurred 0 times" in the beginning of my output. I think I know why: The text file I'm reading...
  13. tmangin

    Text File Manipulation Help

    paulbent, Thanks so much for the response. It works, however, all of the counts for each ID are one less than they should be. Do you have any idea why this is happening? Thanks!
  14. tmangin

    Text File Manipulation Help

    vbSun, I think I follow your idea, but in order to use the same methodology to find the ID's, do I have to search for a specific ID? I don't know the ID's to search for...just know that they are n characters after the pipe char. Thanks!
  15. tmangin

    Text File Manipulation Help

    paulbent, I appreciate your help, but the DupCount is not working. It gives me zero for each ID. Thanks!

Part and Inventory Search

Back
Top