Hello,
I'm trying to retrieve the number of rows that are in a text file via vba. I'm transferring data from one system to another in a series of files and I want to record the number of records I'm transfering in a spreadsheet. Is there an easy way to do this? My first thought is to open the file with vba code and store the number of Rows in a variable but I'm fuzzy on the code for getting the number of rows.
Thanks,
Cole
I'm trying to retrieve the number of rows that are in a text file via vba. I'm transferring data from one system to another in a series of files and I want to record the number of records I'm transfering in a spreadsheet. Is there an easy way to do this? My first thought is to open the file with vba code and store the number of Rows in a variable but I'm fuzzy on the code for getting the number of rows.
Thanks,
Cole