Customizing Quick Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to customize the Quick Access toolbar in start-from-scratch mode,
and have added the following XML:

<qat>
<sharedControls>
<group idMso="GroupAddinsCustomToolbars" />
<gallery idMso="Undo"/>
<gallery idMso="Redo"/>
<button idMso="FileSaveAsPdfOrXps" />
<button idMso="DataRefreshAll" />
</sharedControls>
</qat>

the SharedControls section does not allow groups and galleries. How do I
add all these items to the toolbar?
 
Is this the wrong forum for this question? If so, where to go to get
questions answered about the UI?
 
Is this the wrong forum for this question? If so, where to go to get
questions answered about the UI?

Probably. This forum is for programming Microsoft Access .mdb or .accdb
databases using Visual Basic for Applications, VBA. It appears that "Quick
Access" - a term with which I am unfamiliar - involves HTML coding. It may be
better answered in a newsgroup supporting your web editor software.

John W. Vinson [MVP]
 
The Quick Access Toolbar (QAT) is part of the Office 2007 RibbonX UI. There
does not seem to be a forum for RibbonX as it relates to Access.
 
The Quick Access Toolbar (QAT) is part of the Office 2007 RibbonX UI.

ah... thanks! I have been resisting installing 2007 (it doesn't play nice with
older versions and I still have customers using 2003 and 2000).

Sorry about the answer-from-ignorance!

John W. Vinson [MVP]
 
Back
Top