Exporting to a "specific workbook"

  • Thread starter Thread starter J
  • Start date Start date
J

J

I am exporting records from an existing dbase in CSV format into a Excel
File. There will be 2 completely different exports from this dbase into
excel and I need each export to come into 2 different workbooks within the
Excel file.

Can anyone tell me how I do this?

Thanks, J.
 
A question and then maybe someone can help you.

Excel "files" are called Workbooks. Within each workbook, there can be one
to many worksheets. What exactly do you want to do again?
Thanks,
Barb Reinhardt
 
Correction,.

I have a workbook called:

"Trust CSV Imports file.xls"

and within this workbook I have 2 worksheets called:

TrustDepositCSVfile
TrustDisbmntCSVfile

Now, the 2 separate record CSV files that I have exported have to go into
the corresponding worksheet within the workbook.

ie: the "Trust Deposit CSV file.csv" must go into the "TrustDepositCSVfile"
worksheet. And the "Trust Disbursement CSV File.csv" must go into the
"TrustDisbmntCSVfile" worksheet.

Does that help?
 
Back
Top