Removing and Restoring Excel toolbars

  • Thread starter Thread starter peter.thompson
  • Start date Start date
P

peter.thompson

I am considering whether to completely remove all excel tool bars in an
application that I'm working on. i.e remove toolbars when workbook is
opened and restore the original toolbars on close.

Having previously 'lost' toolbars myself, is this a dangerous practice
given the variety of excel versions out in user land? What is
considered 'best practice' in this regard?

Thanks to everyone who has guided me so far through my first VBA
project, very much appreciated from this 'down under' VBA novice.

Cheers

Peter
 
There is no great problem that I know of as long as you track what is
removed, and put them all back at the end.

The things to be aware of is whether you still allow access to Excel
generally. If so, you should restore them whenever you workbook is
deactivated, as well as on closedown, and then hide them when yours is
activated, as well as on open.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"peter.thompson"
 

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

Back
Top