View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marc Deveaux Marc Deveaux is offline
external usenet poster
 
Posts: 2
Default Max Memory in a Excel Com DLL

what is the maximum amount of memory Excel will allow me to allocate in a
Dll. I have been able to allocate up to 512MB but some machines wont allow
more than 228MB. What is controlling this max. I have played with pagefile
settings with limited success.

My Dll is written in C++ using ATL with several automation interfaces.