Hello,
I have to plead ignorance.... I really need some help with this.
Please skim over the following HTML/VBA code within my Excel project:
Above, customButton9 is a button on the ribbon. When I click on this button, I successfully run the DisplayDevTools() residing in the RibbonX VBA module.
First I am a little confused as to what Rib.Invalidate really does?
After the Rib.Invalidate statement, the HTML code should get to this line:
<tab idMso="TabDevelopper" getVisible="RibbonX.GetVisible" />
which should fetch the GetVisible() function ... but it never does???
From what I could understand from Rob the bruin's examples, is that the Rib.Invalidate statement should refresh the ribbon and in turn should call the GetVisible()... and its not happening???
Why is it that in his examples shown here:
http://www.excelforum.com/excel-gene...e-explain.html
which show this principle and it works?? What am I doing wrong in my example above??
Other references I have posted this same question is:
http://www.excelforum.com/excel-prog...-function.html
Sincere thanks in advance to all !
RN
Bookmarks