Ribbon Help

jmacari

Registered User.
Local time
Today, 18:35
Joined
Jan 11, 2008
Messages
11
I have added a main ribbon to several of my projects (AC2007); I am now trying to add a form specific ribbon to one of them. I am following several online site sources (and books) but have run into a roadblock in performing this task. below is the code (abbreviated) I been trying to use:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<contextualTabs>
<tabSet idMso="TabSetFormReportExtensibility">
<tab id="myTab" label="Dealer Search">
<group id="grpDealers" label="Dealers"/>
</tab>
</tabSet>
</contextualTabs>
</ribbon>
</customUI>

I have added the name of the new ribbon to the form's Ribbon Name property, but nothing happens, i.e., the original ribbon is the only one shown. It seems that this task should be straight forward-but obviously something isn't right....
 

Users who are viewing this thread

Back
Top Bottom