View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler Glen Mettler is offline
external usenet poster
 
Posts: 6
Default Help with CSV format

I have a workbook containing 15 sheets. I want to save out each sheet
seperately as a CSV file.
Something like this:
For each sheet in MyWorkbook
sheets().select
save this sheet as CSV
next

How can I do that programmaticly?

TIA
Glen