Subs vs. Functions Returning Values By Reference in Ribbon Callbacks To return a value from a ribbon callback, you need to pass the value back to the calling procedure using an argument that has been passed by reference.
Ribbon Setting the Ribbon Name in Code You don't need to use the options dialog to set a custom ribbon for your Microsoft Access application.
Code Library GetAttr(): Ribbon XML String-Building Helper Function When you're building strings in code with lots of optional values--such as ribbon XML attributes--this simple function helps keep your code readable.
Ribbon XML Callbacks: Adding Functionality to the Office Ribbon To unlock the full potential of the Microsoft Office ribbon, you need to understand the role of callback functions. This quick intro will get you started.
Ribbon Office Ribbon Development Resources Links to resources and ribbon builders for VBA developers who want to add a professional touch to their applications with custom ribbon interfaces.
Code Library XmlWrap() Function This convenience function helps you write more readable code when building Office Ribbon-flavored XML strings.
Ribbon Icon Dimensions in the Office Ribbon Custom ribbon icons look sharpest when they are displayed at their native resolution.