Ribbon in Excel 2007

M

m.s.kristensen

Hey Alle

I have created an Ribbon in Excel


The Ribbon is diveded in drifrents parts(Groups)


Now I need to control if the specific Groups are Hidden/Shown by the
active.sheets in VBA


Can anybody help me?


Yours Martin Skov Kristensen
 
H

Homey

you must do couple things

-add getVisible attribute to ribbonx for the group you want to chang visibe.
-sub named in getvisible attribute must be added to module and it must
return true or false.
-must use sheet change event to invalidate ribbon.

| Hey Alle
|
| I have created an Ribbon in Excel
|
|
| The Ribbon is diveded in drifrents parts(Groups)
|
|
| Now I need to control if the specific Groups are Hidden/Shown by the
| active.sheets in VBA
|
|
| Can anybody help me?
|
|
| Yours Martin Skov Kristensen
 

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