Showing custom toolbars on one W/S only

  • Thread starter Thread starter JRD
  • Start date Start date
J

JRD

I have created several custom toolbars in a workbook that I call in the
Workbook_Open event and close in Workbook_BeforeClose.

The toolbars really only apply to one worksheet and I would like for
them to only be visible one that sheet. Does anyone have a suggestion
on how I can make them invisible on the other worksheets?

Please keep it simple. Even though I've cobbled together this workbook
over the past couple of years, I am far from an expert. Many Thanks...


Jim
 
This has almost got it. I added the code that activates/deactivate
the toolbars and put the worksheet_activate on the one I want (Estimat
Sheet) and put the worksheet_deactivate on all the other sheets. Thi
seems to work fine, except for one little thing.

After activating the toolbars by clicking on the Estimate Worksheet,
then have to select TWO sheets for the toolbars to disappear. Fo
instance, if I click on Worksheet1, then the toolbars are stil
visible. If I click on Worksheet2, then they disappear and don'
reappear until I select the Estimate Worksheet again. Does this mak
sense?


Ji
 
Ooh. I think I would have used the worksheet_deactive event in that one
worksheet and used it to hide the toolbar.

I don't think you needed to touch those other sheet events at all.
 

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