More Toolbars questions - 2

C

count

Hi,
What method would you recommend to store toolbars / menu settings? I mean
e.g. menus augmented by buttons to the right of Help.
This is needed to control user's environment within my workbook and outside
it.

I lean towards SetSetting/GetSetting but I'm not sure if this is easy.
Toolbar settings come in varied quantity so I wouldn't know how to parse
keys in registry to see if I got the lot.

Bright idea, it seems, would be to store all the settings as one lump of
comma separated string of values and pluck it into registry. But... what
values are they?

What would you say?
TIA
Paul
 
D

Doug Glancy

Paul,

I like to store these types of settings in a hidden worksheet. Take a look
at John Walkenbach's menu builder at
http://j-walk.com/ss/excel/tips/tip53.htm . You could expand on his method
for building menus to also store them. You'll find that there are a lot of
variables to store, it can get quite complex, and if you don't do it right
it can be annoying to your users. I recommend altering their environment as
little as possible while adding the functions you need. John summarizes
some of the potential problems here:
http://j-walk.com/ss/excel/tips/tip100.htm.

hth,

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top