Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not in system memory, but you could write the data to a temp file on
Close, then read it in on Open. In article , "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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Storing Data in Excel, using Excel to fill out pre-made Word docum | Excel Discussion (Misc queries) | |||
HELP - Not enough Memory, Out of system resource! | Excel Discussion (Misc queries) | |||
HELP - Not enough Memory, Out of system resource? | Excel Discussion (Misc queries) | |||
excel storing previous cell values in memory | Excel Worksheet Functions | |||
Is Excel good for storing data that constantly updates? | Excel Discussion (Misc queries) |