View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pilgrim pilgrim is offline
external usenet poster
 
Posts: 10
Default loading txt files with more than 256 columns

Hi,

I have an txt-file with 288 rows and 384 columns. I want to display these
value in an 3-d surface chart. It is not possible to load the complete file
due to the limitation of 256 columns of excel. Is it possible to load the
txt-file in two paeces with "OpenText" or is there another possible function
to achieve this?

Thanks