ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   What is lifetime of public variable? (https://www.excelbanter.com/excel-programming/354412-what-lifetime-public-variable.html)

John Wirt[_12_]

What is lifetime of public variable?
 
What is the lifetime of a Public variable?

Does it hold the variableas long as the Workbook remains open?

As long as Excel remains open? Suppose the Public vaiable is declared in
Personal.xls?

I need a means of making a variable that is a collection of ranges
"permanent"--that is, the variable lasts as long as the workbook stays open
at least.

Thank you.

John Wirt




Bob Phillips[_6_]

What is lifetime of public variable?
 
Yes it is there as long as that workbook is open, or something else happens
that clears it. it can't be as long as Excel is open, as the workbook could
be closed before Excel and it is defined in the workbook.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"John Wirt" wrote in message
...
What is the lifetime of a Public variable?

Does it hold the variableas long as the Workbook remains open?

As long as Excel remains open? Suppose the Public vaiable is declared in
Personal.xls?

I need a means of making a variable that is a collection of ranges
"permanent"--that is, the variable lasts as long as the workbook stays

open
at least.

Thank you.

John Wirt






Antonio Elinon[_2_]

What is lifetime of public variable?
 
John,

I presume this is related to your previous post about ranges and stacks.
If you store the "collection of ranges" as normal strings then you can save
them in Personal.xls. See my reply to implementing stacks in Personal.xls,
in your prev post.

Regards,
Antonio Elinon

"John Wirt" wrote:

What is the lifetime of a Public variable?

Does it hold the variableas long as the Workbook remains open?

As long as Excel remains open? Suppose the Public vaiable is declared in
Personal.xls?

I need a means of making a variable that is a collection of ranges
"permanent"--that is, the variable lasts as long as the workbook stays open
at least.

Thank you.

John Wirt





John Wirt[_12_]

What is lifetime of public variable?
 
Thank you, Antonio.
John




John Wirt[_12_]

What is lifetime of public variable?
 
Thank you, Bob.
John




All times are GMT +1. The time now is 06:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com