Thread: Saveas csv file
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fib Fib is offline
external usenet poster
 
Posts: 6
Default Saveas csv file

I need to save a xls file as csv.
When I save it manualy by using saveas, and choosing csv format in the drop
down box, everything is OK.
But when I try to program it in VB, all the data is put in column A.

Can anybody help?