View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TAndrew TAndrew is offline
external usenet poster
 
Posts: 1
Default Importing last 10 entries of a .csv file

Does anyone have a good way to import only the last 10 lines of a .csv file?
I was using 'Open Filename For Input As #1' etc, but I couldn't figure out
how to only include a set number of lines to import. Thanks in advance.