Results 1 to 2 of 2
  1. #1
    kestefon is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Posts
    108

    Add Image To Custom Ribbon

    I'd like to add a custom image to the ribbon as part of my Access application. I have the image embedded in a table ("tblImages"), and I also have a USysRibbons table with the following XML:



    Code:
    <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
    <ribbon
    startFromScratch = "false">
    <tabs>
    <tab id="t1" label="FINANCIAL REPORTING">
    <group id="g1" label ="Home">
    <toggleButton id="t1b1"
    label = "Home"
    size= "large"
    imageMso = "ImportExcel"
    onAction="OpenStart"/>
    </group>
    <group id="g2" label = "Import">
    <button id="t2b1"
    label = "Import"
    imageMso="ImportExcel"
    onAction ="OpenImport"/>
    </group>
    </tab>
    </tabs>
    </ribbon>
    </customUI>
    In place of the "imageMso="ImportExcel" image, I'd like to add my custom logo which is embedded in a table. Any ideas how I can go about doing this?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Have you looked at this site http://www.ribboncreator.de/en/

    It might have an example you can download.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Custom Ribbon
    By June7 in forum Access
    Replies: 13
    Last Post: 08-01-2014, 02:44 AM
  2. Custom Button in Ribbon
    By chriscardwell06 in forum Access
    Replies: 3
    Last Post: 12-12-2013, 08:09 AM
  3. Create a custom ribbon
    By nick.h in forum Access
    Replies: 3
    Last Post: 03-15-2013, 02:12 PM
  4. Custom Ribbon
    By nkuebelbeck in forum Programming
    Replies: 5
    Last Post: 08-25-2011, 11:55 AM
  5. Put an icon in a custom ribbon
    By ss3373 in forum Access
    Replies: 0
    Last Post: 06-21-2011, 05:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums