Hi all,
I have searched the threads looking for a way to get the total number of records in a file in one shot.
It looks like Split function into an array and using UBound is the answer.
However, I have a file that contains millons of records and that may be a problem.
Question: Is there another way of geting the total number of records in a file in one shot? Note that each line is delimited by vbLF.
Thanks in advance for any help.
I have searched the threads looking for a way to get the total number of records in a file in one shot.
It looks like Split function into an array and using UBound is the answer.
However, I have a file that contains millons of records and that may be a problem.
Question: Is there another way of geting the total number of records in a file in one shot? Note that each line is delimited by vbLF.
Thanks in advance for any help.