Ribbon UI onAction

J

jsrogol

I have developed the beginnings of a custom Ribbon. I have attempted to
impliment the callbacks and it continues to tell me that my onAction event
hasn't been declared. Unfortunately I can't find any reference anywhere on
how this is done.
Below is part of the code:

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="tabReport" label="Reports">
<group id="grpReports" label="Reports">
<separator id="rptSep1"/>
<menu id="sbMnuReports-1" label="Reports" size="large">
<menuSeparator id="msep1" title="Blood and Body Fluid"/>
<button id="rpt4" label="Single Incident" onAction="RibNewBBF"/>
etc.....

Any help would be appreciated.
 
J

jsrogol

This project is in Access 2007 and yes I have the macro designed but the
problem starts with the Custom UI Editor that I have been using (to do the
xml code) continues to tell me that the code is invalid. I have tried
pasting into access and it also tells me that it won't work.
 

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