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...
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!
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!
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...
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!
Hi,
I am in the process of writing code that does the following:
1. reads text file and counts the number of pipe characters (|) present. (Each pipe in this file represents the end of a record)
2. as the code reads the text, it compares ID #'s after each pipe to see if they have changed. If...
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.