View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Derick Hughes Derick Hughes is offline
external usenet poster
 
Posts: 4
Default Static variables

Hello All,

I have a procedure that take a several days to run. In the vent there is
an interruption in the electricity supply I have to start all over.
I have tried setting the variable to "static", which I was hopping wpuld
hold the values of the variables and start from where it left off. This
does not appear to work. Can anyone offer some insight?

Regards
Dk

*** Sent via Developersdex http://www.developersdex.com ***