PC Review


Reply
Thread Tools Rate Thread

Completly hide Quick Access Toolbar

 
 
RyanH
Guest
Posts: n/a
 
      29th Sep 2008
Is there a way to completly hide the quick access toolbar? I have this line
in the Custom UI and it only seems to move it to the top of the page. Any
suggestions?

<tab idMso="QuickAccessToolbar" visible="false"/>

--
Cheers,
Ryan
 
Reply With Quote
 
 
 
 
Jim Rech
Guest
Posts: n/a
 
      29th Sep 2008
I get an error message: Unknown Office control ID: QuickAccessToolbar when I
try your approach. I bet "Show add-in user interface errors" under Excel
Options, Advanced, General is disabled for you.

I think you have to use <ribbon startFromScratch="true"> to suppress the
QAT.

--
Jim
"RyanH" <(E-Mail Removed)> wrote in message
news:3808FE23-DD4C-4902-8712-(E-Mail Removed)...
| Is there a way to completly hide the quick access toolbar? I have this
line
| in the Custom UI and it only seems to move it to the top of the page. Any
| suggestions?
|
| <tab idMso="QuickAccessToolbar" visible="false"/>
|
| --
| Cheers,
| Ryan

 
Reply With Quote
 
RyanH
Guest
Posts: n/a
 
      29th Sep 2008
You are right! Like I said I am a total beginner with XML. I am actually
getting another error when I try to make the Developer Tab hidden.

1.) Is there a one liner piece of code that would hide all tabs, instead of
what I have below?

2.) Is there in help in the Custom UI? I don't see any. Where could I get
a good reference to learn XML, instead of posting to this site everytime I
need something?

<tab idMso="TabHome" visible="false"/>
<tab idMso="TabInsert" visible="false"/>
<tab idMso="TabPageLayoutExcel" visible="false"/>
<tab idMso="TabFormulas" visible="false"/>
<tab idMso="TabData" visible="false"/>
<tab idMso="TabReview" visible="false"/>
<tab idMso="TabView" visible="false"/>
Error>> <tab idMso="TabDeveloper" visible="false"/>

--
Cheers,
Ryan


"Jim Rech" wrote:

> I get an error message: Unknown Office control ID: QuickAccessToolbar when I
> try your approach. I bet "Show add-in user interface errors" under Excel
> Options, Advanced, General is disabled for you.
>
> I think you have to use <ribbon startFromScratch="true"> to suppress the
> QAT.
>
> --
> Jim
> "RyanH" <(E-Mail Removed)> wrote in message
> news:3808FE23-DD4C-4902-8712-(E-Mail Removed)...
> | Is there a way to completly hide the quick access toolbar? I have this
> line
> | in the Custom UI and it only seems to move it to the top of the page. Any
> | suggestions?
> |
> | <tab idMso="QuickAccessToolbar" visible="false"/>
> |
> | --
> | Cheers,
> | Ryan
>
>

 
Reply With Quote
 
Jim Rech
Guest
Posts: n/a
 
      29th Sep 2008
Like I said "startfromscratch" mode. It's mentioned here:

http://msdn.microsoft.com/en-us/library/aa338202.aspx

--
Jim
"RyanH" <(E-Mail Removed)> wrote in message
news:818AAA8A-0428-45D1-A16D-(E-Mail Removed)...
| You are right! Like I said I am a total beginner with XML. I am actually
| getting another error when I try to make the Developer Tab hidden.
|
| 1.) Is there a one liner piece of code that would hide all tabs, instead
of
| what I have below?
|
| 2.) Is there in help in the Custom UI? I don't see any. Where could I
get
| a good reference to learn XML, instead of posting to this site everytime I
| need something?
|
| <tab idMso="TabHome" visible="false"/>
| <tab idMso="TabInsert" visible="false"/>
| <tab idMso="TabPageLayoutExcel" visible="false"/>
| <tab idMso="TabFormulas" visible="false"/>
| <tab idMso="TabData" visible="false"/>
| <tab idMso="TabReview" visible="false"/>
| <tab idMso="TabView" visible="false"/>
| Error>> <tab idMso="TabDeveloper" visible="false"/>
|
| --
| Cheers,
| Ryan
|
|
| "Jim Rech" wrote:
|
| > I get an error message: Unknown Office control ID: QuickAccessToolbar
when I
| > try your approach. I bet "Show add-in user interface errors" under
Excel
| > Options, Advanced, General is disabled for you.
| >
| > I think you have to use <ribbon startFromScratch="true"> to suppress the
| > QAT.
| >
| > --
| > Jim
| > "RyanH" <(E-Mail Removed)> wrote in message
| > news:3808FE23-DD4C-4902-8712-(E-Mail Removed)...
| > | Is there a way to completly hide the quick access toolbar? I have
this
| > line
| > | in the Custom UI and it only seems to move it to the top of the page.
Any
| > | suggestions?
| > |
| > | <tab idMso="QuickAccessToolbar" visible="false"/>
| > |
| > | --
| > | Cheers,
| > | Ryan
| >
| >

 
Reply With Quote
 
RyanH
Guest
Posts: n/a
 
      29th Sep 2008
Ah, I thought that only applied to the QAT. Cool! Thanks for the reference!
--
Cheers,
Ryan


"Jim Rech" wrote:

> Like I said "startfromscratch" mode. It's mentioned here:
>
> http://msdn.microsoft.com/en-us/library/aa338202.aspx
>
> --
> Jim
> "RyanH" <(E-Mail Removed)> wrote in message
> news:818AAA8A-0428-45D1-A16D-(E-Mail Removed)...
> | You are right! Like I said I am a total beginner with XML. I am actually
> | getting another error when I try to make the Developer Tab hidden.
> |
> | 1.) Is there a one liner piece of code that would hide all tabs, instead
> of
> | what I have below?
> |
> | 2.) Is there in help in the Custom UI? I don't see any. Where could I
> get
> | a good reference to learn XML, instead of posting to this site everytime I
> | need something?
> |
> | <tab idMso="TabHome" visible="false"/>
> | <tab idMso="TabInsert" visible="false"/>
> | <tab idMso="TabPageLayoutExcel" visible="false"/>
> | <tab idMso="TabFormulas" visible="false"/>
> | <tab idMso="TabData" visible="false"/>
> | <tab idMso="TabReview" visible="false"/>
> | <tab idMso="TabView" visible="false"/>
> | Error>> <tab idMso="TabDeveloper" visible="false"/>
> |
> | --
> | Cheers,
> | Ryan
> |
> |
> | "Jim Rech" wrote:
> |
> | > I get an error message: Unknown Office control ID: QuickAccessToolbar
> when I
> | > try your approach. I bet "Show add-in user interface errors" under
> Excel
> | > Options, Advanced, General is disabled for you.
> | >
> | > I think you have to use <ribbon startFromScratch="true"> to suppress the
> | > QAT.
> | >
> | > --
> | > Jim
> | > "RyanH" <(E-Mail Removed)> wrote in message
> | > news:3808FE23-DD4C-4902-8712-(E-Mail Removed)...
> | > | Is there a way to completly hide the quick access toolbar? I have
> this
> | > line
> | > | in the Custom UI and it only seems to move it to the top of the page.
> Any
> | > | suggestions?
> | > |
> | > | <tab idMso="QuickAccessToolbar" visible="false"/>
> | > |
> | > | --
> | > | Cheers,
> | > | Ryan
> | >
> | >
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I switch off auto-hide ribbon (Quick Access Toolbar) ICTag Microsoft Word New Users 7 15th Mar 2010 10:33 PM
Re: Disable/Hide Quick Access Toolbar Albert D. Kallal Microsoft Access Security 0 24th Nov 2009 09:03 PM
How do I hide the Quick Access Toolbar in Excel 2007? D7 Microsoft Excel Misc 2 17th Nov 2009 02:27 AM
How do I hide the Office Button and the Quick Access Toolbar ? Naverty Microsoft Access VBA Modules 0 10th Dec 2007 02:14 PM
How to hide Excel2007 quick access toolbar =?Utf-8?B?YmVu?= Microsoft Excel Programming 4 17th Oct 2007 04:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:13 PM.