View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JA[_4_] JA[_4_] is offline
external usenet poster
 
Posts: 2
Default Delete first line From CSV file from excel


I am modifying a csv file from VBA and am adding a line to the beginning of
file which is working well. However, I'd like to delete teh first line of
the csv file before adding the line.

I have many files so it is not efficient to open them from excel. I'd like
to use the VBA Put, Print, Write statements etc.