Count Rows in .csv file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks for taking the time to read my question.

I have an external .csv file that I want to open. If the number of rows is
less than 65536 rows I can open it with Excel.

My question is, how do I tell how many rows are in the .csv file so that I
can determine if I can open it with Excel or not?

Thanks,

Brad
 
Just found out I don't need this. If the .csv is longer than an Excel
worksheet, Excel cuts it off. Way to go Excel!!!

Brad
 
Back
Top