persist properties

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

worksheet data persists between sessions

but custom-coded properties of workbook/worksheet do not persist

seems odd ...
 
John A Grandy said:
worksheet data persists between sessions

but custom-coded properties of workbook/worksheet do not persist

seems odd ...

Hi John,

Why? Custom properties are just variables, and I don't know of any
programming environment that persists user-defined variables automatically.
You can always code this yourself using the registry, a text file, or
something similar.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
Back
Top