Storing Excel Data in System Memory

S

Shashi Bhosale

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
 
J

Jim Thomlinson

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

JE McGimpsey

Not in system memory, but you could write the data to a temp file on
Close, then read it in on Open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top