Exporting .xls to .csv


/ Published in: Visual Basic
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ActiveWorkbook.SaveAs Filename:= _
  2. "c:\MyFile.csv", FileFormat:=xlCSV _
  3. , CreateBackup:=False

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.