View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MCM[_2_] MCM[_2_] is offline
external usenet poster
 
Posts: 5
Default out of memory problem! what to do for large matrix operations?

hi guys,

I am trying to solve some big numerical problems with VBA excel code
but when the dimension of matrix reaches to a critical number, for
example 7000x7000, compiler gives
"out of memory" problem. what to do in this situation?

thanks.