View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sJ sJ is offline
external usenet poster
 
Posts: 3
Default Edit csv text file with VBA


I receive a csv text file in Excel that I need to change the first row of
data in. Doing this in Excel and saving the file converts numbers such as
000200 to 200 etc. Is there a way to do this with the VBA Open and Print
statements?