Re: Writing records to CSV file
- From: Dave Peterson <petersod@xxxxxxxxxxxxxxxx>
- Date: Mon, 21 Sep 2009 17:00:16 -0500
You can write a file as large as you want (limited by harddrive space???).
But the question is how will the recipient use that file. If it's too large for
you to open in xl2003, then it'll be too big for the recipient, too.
Depending on what you want, you could write to multiple .csv files and limit
their line count to less than 64k.
Then the recipient could open each .csv file into a new worksheet or new
worksheet in a new workbook.
Ken Warthen wrote:
Dave,
The user will be using Excel 2003. If I can write the records into an xlCSV
file, I thought the row limitation will not apply.
Ken
"Dave Peterson" wrote:
Maybe the recipient has xl2007 (with 1MB rows).
Or maybe the .csv files will be split into smaller pieces some how????
"Just Another Yahoo!" wrote:
Maybe I'm missing something (and please correct me if so) but if the workbook
is too big to export as .csv, then won't it be too big to import into Excel
for the reviewer as well, regardless of how you save it (as either a workbook
or .csv)?
--
Toby Erkson
Excel 2003, WinXP
"Ken Warthen" <KenWarthen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:97FF07EA-CDAA-4EFF-BA57-F2538E0839F0@xxxxxxxxxxxxxxxx
Jennifer,
I actually need to use the xlCSV file format as one of the endusers will be
reviewing the file in Excel before its data is uploaded to a mainframe
application.
Ken
--
Dave Peterson
--
Dave Peterson
.
- Follow-Ups:
- Re: Writing records to CSV file
- From: Ken Warthen
- Re: Writing records to CSV file
- References:
- Writing records to CSV file
- From: Ken Warthen
- Re: Writing records to CSV file
- From: Jennifer
- Re: Writing records to CSV file
- From: Ken Warthen
- Re: Writing records to CSV file
- From: Just Another Yahoo!
- Re: Writing records to CSV file
- From: Dave Peterson
- Re: Writing records to CSV file
- From: Ken Warthen
- Writing records to CSV file
- Prev by Date: RE: move a variable value in a macro to a cell
- Next by Date: Re: Writing records to CSV file
- Previous by thread: Re: Writing records to CSV file
- Next by thread: Re: Writing records to CSV file
- Index(es):
Relevant Pages
|