View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JA[_4_] JA[_4_] is offline
external usenet poster
 
Posts: 2
Default Insert line in first row of CSV text file with VBA

I have a CSV text file and would like to insert a row at the top using the
VBA Write statement from Excel. I am able to append, but can not add to the
first line.