combine 2 files into one

  • Thread starter Calculate Date range
  • Start date
C

Calculate Date range

hello, I am facing difficuties to combine 2 files into one excel file
These 2 file consist about 80,000 rows.

Need your help urgently and please advice.

Thank you.
 
D

Dave Peterson

Unless you're using xl2007, you're going to have trouble.

xl97 to xl2003 only support 64k rows per worksheet.
 
C

Calculate Date range

Hi Dave,

Thanks, i am using Xl2003 how to combine the 2 files if the rows are less
than 64K
 
D

Dave Peterson

Import each to their own worksheets in separate workbooks. Then copy|paste from
one to the other.

Or if the files are text files, merge them together using your favorite text
editor and just import that giant file once.
 
Top