View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pinkyundbrain2000 pinkyundbrain2000 is offline
external usenet poster
 
Posts: 2
Default Excel gone out of memory

System: WinXP Home; Excel 2000 pro

I'm using a vba macro to import ascii code from files into a xls sheet.
The macro works good, but if more data is imported the excel gets out
of memory. I'm not over the 65536 rows and 255 coloums (i make new
sheets before this happens).

my question is: is it possible to save data on a sheet, and get the
information on that sheet out of the system memory?