View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Douglas Douglas is offline
external usenet poster
 
Posts: 35
Default VBA working with excel

I am setting up a VBA application where I will be creating a crystal report
and exporting the data to Excel 2003. For each unique crystal report, I would
like to export each report to a different tab (worksheet) on one excel
workbook. I do not want each report to be on separate excel workbooks. Thus
can you tell me how to accomplish this task?