View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Storing Excel Data in System Memory

Nope. When a program ends the Operating System cleans up the memory so no
program can store data after it ends.

--
HTH...

Jim Thomlinson


"Shashi Bhosale" wrote:

Is there a way to store certain Excel Data in system memory so that i will
be able to access it later on the opening to another excel session. I want
to make data available to every excel session instaed of session specific.
The data will be lost only when user choose to or when PC is restarted.

Thanks in advance,

Shashi