ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   convert .csv to .xls for very large file (https://www.excelbanter.com/excel-programming/387595-convert-csv-xls-very-large-file.html)

[email protected]

convert .csv to .xls for very large file
 
I'm receiving a very large .csv file. It is too large to open it
directly in Excel. I need to manually split it in different file and
then open it in different Excel tab. I'm using Office 2003.

I'm looking to build a macro that open the .csv file as a text file,
and split it in different tab in Excel so I can view all the
information of the .csv file in the same Excel workbook; just in
multiple tab.

Is there a way to do that?

Thanks


Gord Dibben

convert .csv to .xls for very large file
 
See KB article for info and code.

http://support.microsoft.com/default...;en-us;Q120596

Alternative. Change the extension from csv to txt then break it into
manageable *.txt files and open those into separate worksheets.


Gord Dibben MS Excel MVP


On 17 Apr 2007 10:53:34 -0700, wrote:

I'm receiving a very large .csv file. It is too large to open it
directly in Excel. I need to manually split it in different file and
then open it in different Excel tab. I'm using Office 2003.

I'm looking to build a macro that open the .csv file as a text file,
and split it in different tab in Excel so I can view all the
information of the .csv file in the same Excel workbook; just in
multiple tab.

Is there a way to do that?

Thanks



[email protected]

convert .csv to .xls for very large file
 
Thanks Gord. That was exactly what I was looking for.


Samson

convert .csv to .xls for very large file
 
You may want to try our Excel 2007.

The total number of available rows in Excel:
Old Limit: 64k (2^16)
New Limit: 1M (2^20)



" wrote:

I'm receiving a very large .csv file. It is too large to open it
directly in Excel. I need to manually split it in different file and
then open it in different Excel tab. I'm using Office 2003.

I'm looking to build a macro that open the .csv file as a text file,
and split it in different tab in Excel so I can view all the
information of the .csv file in the same Excel workbook; just in
multiple tab.

Is there a way to do that?

Thanks




All times are GMT +1. The time now is 11:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com