Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default How to hide Excel2007 quick access toolbar

Hi all:
I want to hide the quick access toolbar in Excel2007.
In XML:
My way is:
<qat visible="false" /
But it seems no any effect.

Thanks a lot.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,202
Default How to hide Excel2007 quick access toolbar

Hi all:
I want to hide the quick access toolbar in Excel2007.
In XML:
My way is:
<qat visible="false" /
But it seems no any effect.


Probably not what you want, but you can click the down arrow to the right of
the QAT and uncheck all of the items. You will still be left with the down
arrow, but nothing else.

Rick

  #3   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default How to hide Excel2007 quick access toolbar

I need to hide the quick access toolbar by XML or code, not manually.
Thanks
Ben

"Rick Rothstein (MVP - VB)" wrote:

Hi all:
I want to hide the quick access toolbar in Excel2007.
In XML:
My way is:
<qat visible="false" /
But it seems no any effect.


Probably not what you want, but you can click the down arrow to the right of
the QAT and uncheck all of the items. You will still be left with the down
arrow, but nothing else.

Rick


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,202
Default How to hide Excel2007 quick access toolbar

Yeah, I realized that afterwards.

The closest thing I could find is to hide the Ribbon which hides the QAT
also, but I couldn't find anything about hiding the QAT by itself. Here is
how to hide the entire Ribbon...

Application.ExecuteExcel4Macro("SHOW.TOOLBAR(""Rib bon"",FALSE)")

This code snippet was posted by "Sam" at this link...

http://smurfonspreadsheets.wordpress...ck-1-rumoured/

Perhaps you can play around with it and come up with something for us.

Rick


"ben" wrote in message
...
I need to hide the quick access toolbar by XML or code, not manually.
Thanks
Ben

"Rick Rothstein (MVP - VB)" wrote:

Hi all:
I want to hide the quick access toolbar in Excel2007.
In XML:
My way is:
<qat visible="false" /
But it seems no any effect.


Probably not what you want, but you can click the down arrow to the right
of
the QAT and uncheck all of the items. You will still be left with the
down
arrow, but nothing else.

Rick



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How to hide Excel2007 quick access toolbar

See also
http://www.rondebruin.nl/ribbon.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Rick Rothstein (MVP - VB)" wrote in message ...
Hi all:
I want to hide the quick access toolbar in Excel2007.
In XML:
My way is:
<qat visible="false" /
But it seems no any effect.


Probably not what you want, but you can click the down arrow to the right of
the QAT and uncheck all of the items. You will still be left with the down
arrow, but nothing else.

Rick

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
quick access toolbar Matt Swanson[_2_] Setting up and Configuration of Excel 0 March 3rd 10 04:38 PM
How do I hide the Quick Access Toolbar in Excel 2007? D7 Excel Discussion (Misc queries) 2 November 17th 09 02:27 AM
hide 0 values in quick access toolbar (Excel 2007) Jaap van der Velden Excel Worksheet Functions 0 January 12th 09 01:28 PM
Quick Access Toolbar dbs Excel Discussion (Misc queries) 2 July 4th 08 04:02 PM
quick access toolbar Jan Excel Discussion (Misc queries) 3 March 22nd 07 11:35 AM


All times are GMT +1. The time now is 12:47 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"