Customizing Quick Access

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?
 
G

Guest

Is this the wrong forum for this question? If so, where to go to get
questions answered about the UI?
 
J

John W. Vinson

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]
 
G

Guest

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.
 
J

John W. Vinson

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top