Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default toolbar/ribbon hide/show macro

Just aquired Office 2007 and trying to get used to new user interface....

Have existing worksheets with various button activated macros fronted by a
menu. I'd like to be able to make visible/unvisible the "toolbars", or is it
"ribbon" that I could in earlier versions e.g.

Application.CommandBars("Formatting").Visible = False

Can anyone help be with with macro to turn on/off toolbars or whatever they
are now called???
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default toolbar/ribbon hide/show macro

There is no programmatic model for modifying the ribbon as there was for
command bars. Rather, ribbon modifications are made by embedding a special
type of XML, known as RibbonX, in the Excel 2007 workbook.

Here are some resources:

http://msdn2.microsoft.com/en-us/office/aa905530.aspx

http://www.rondebruin.nl:80/tips.htm

http://pschmid.net/index.php


--
Jim
"barrowhill" wrote in message
...
| Just aquired Office 2007 and trying to get used to new user interface....
|
| Have existing worksheets with various button activated macros fronted by a
| menu. I'd like to be able to make visible/unvisible the "toolbars", or is
it
| "ribbon" that I could in earlier versions e.g.
|
| Application.CommandBars("Formatting").Visible = False
|
| Can anyone help be with with macro to turn on/off toolbars or whatever
they
| are now called???


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default toolbar/ribbon hide/show macro

Jim,


thanks for info. I'm not a programmer in any way shape or form but I;ll
take a look and see if I can understand it all.

"Jim Rech" wrote:

There is no programmatic model for modifying the ribbon as there was for
command bars. Rather, ribbon modifications are made by embedding a special
type of XML, known as RibbonX, in the Excel 2007 workbook.

Here are some resources:

http://msdn2.microsoft.com/en-us/office/aa905530.aspx

http://www.rondebruin.nl:80/tips.htm

http://pschmid.net/index.php


--
Jim
"barrowhill" wrote in message
...
| Just aquired Office 2007 and trying to get used to new user interface....
|
| Have existing worksheets with various button activated macros fronted by a
| menu. I'd like to be able to make visible/unvisible the "toolbars", or is
it
| "ribbon" that I could in earlier versions e.g.
|
| Application.CommandBars("Formatting").Visible = False
|
| Can anyone help be with with macro to turn on/off toolbars or whatever
they
| are now called???



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get defaullt toolbar or ribbon in MS Office 2007? $$$ Excel Discussion (Misc queries) 2 December 4th 09 05:39 PM
macro to hide then show cells [email protected] Excel Discussion (Misc queries) 2 January 26th 07 05:07 PM
Show or Hide a worksheet with a macro Hasty Excel Discussion (Misc queries) 4 February 16th 06 08:54 PM
Macro for Show/Hide Column Andy Excel Discussion (Misc queries) 2 November 26th 04 01:03 PM
Show Record Macro Toolbar Wayne[_5_] Excel Programming 2 February 19th 04 05:45 PM


All times are GMT +1. The time now is 03:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"