View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Volker Jahn Volker Jahn is offline
external usenet poster
 
Posts: 2
Default Exporting Data from Excel

Hi NG,

is it possible to export only a portion of a worksheet into a .csv-file?
At the moment I'm creating a new sheet, copy a range onto that sheet,
save the data as csv and then kill the temporary sheet again. This is a
bit way around, so I was wondering if there is an easier way

Thanks
Volker