View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
faffo1980 faffo1980 is offline
external usenet poster
 
Posts: 22
Default How to handle persistent properties in Excel VBA 2003

Hi all,
I need to store persistent configuration settings of a custom Excel 2003
add-in.
Which is best way to do this in your opinion?
I can suppose these possible solutions:
1) write configuration settings in a text file and load it every time is
needed
2) write settings in a "hidden" cell or worksheet (but I don't like this);
is there another way to store this information inside the .xls file?

Thanks in advance,

faffo1980