Import multiple sheet spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am importing a comma delimited text file into Excel 2002 SP3. The final
spreadsheet will encompass multiple sheets. What is the delimiter to tell
Excel to move on to the next sheet?

Thanks for any help.
 
Hi
AFAIK Excel does not support this kind of operation. You'll have to
write your own code to achieve this
 
Another option is to use your favorite text editor and split the text file into
smaller bits (less than 65k lines) and import each bit to a separate worksheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top