![]() |
xl2007
|
xl2007
There is probably a Visible property somewhere that you set to TRUE or
FALSE. In Excel 2000, the line of code (to hide a commandbar) is: Application.CommandBars("My CommandBar").Visible = False Turn on the macro recorder and see what happens. -- Regards, Bill Renaud |
xl2007
The ribbon is a complete paradigm shift, Bill. Throw out everything you
knew re commandbars. http://msdn2.microsoft.com/en-us/office/aa905530.aspx -- Jim "Bill Renaud" wrote in message . .. | There is probably a Visible property somewhere that you set to TRUE or | FALSE. | | In Excel 2000, the line of code (to hide a commandbar) is: | | Application.CommandBars("My CommandBar").Visible = False | | Turn on the macro recorder and see what happens. | -- | Regards, | Bill Renaud | | | |
xl2007
Thanks for the link!
-- Regards, Bill Renaud |
xl2007
Jim wrote:
<<Throw out everything you knew re commandbars. Not totally true. In "Overview of the Ribbon User Interface" at http://msdn2.microsoft.com/en-us/library/aa434075.aspx, Microsoft states: "Using XML markup files to customize the UI greatly reduces the need for complex add-ins based on the CommandBars object model. However, add-ins written in previous versions of Office continue to work in the Ribbon UI with little or no modification." I agree that there will be a steep learning curve to transition to the new Ribbons for developers, but all is not lost for the time being, as far as reusing old legacy code and add-ins. I guess it will be a while before I catch up!!! (Smile!) -- Regards, Bill Renaud |
All times are GMT +1. The time now is 05:06 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com