Toggle CommandBarControls msoButtonDown/msoButtonUp

P

Paul Martin

Hi guys

I have some toolbar buttons whose state toggles between msoButtonUp
and msoButtonDown depending on whether say, gridlines were displayed
or not.

I initialize these on Workbook_Open from PERSONAL.xls, and the code
for each executes each time a button is clicked. This all works fine.

What I can't work out, is if all workbooks are closed (and only
PERSONAL.xls remains open), how can I get the buttons to toggle to a
state I define (msoButtonUp)? None of the workbook events in
PERSONAL.xls seem to trigger when the last visible workbook closes.

Thanks in advance

Paul Martin
Melbourne, Australia
 
B

Bob Phillips

Have you tried testing Workbooks.Count - it will be 1 if only Personal.xls
remains.
 

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