Exporting multiple worksheets to one .CSV

B

BenGiesbertz

Hi all,

I have a s/sheet that consists of 5 worksheets, that I need to export
to a SINGLE CSV file for interrogation by third party software. ie I
need all 5 worksheets exported to the once CSV file. The process will
be automated by a VB script.

There are two catches.

1. Since each worksheet will always have a varying number of rows, it
would be difficult to copy all the worksheets onto one worksheet and
then export in bulk.

2. The last row of data that I would like exported is not the last row
of the worksheet.

I hope I've explained myself properly. If not I'm happy to answer any
questions that I can. Thanks in advance.

B
 
Top