Results 1 to 2 of 2

Thread: how to share the ribbon with multiple .xlam

  1. #1
    Join Date
    Jul 2009
    Posts
    1

    how to share the ribbon with multiple .xlam

    Hello,

    in excel 2007 I developed three applications each with his own ribbon group.

    1st .xlam:
    HTML Code:
    <tab id="Claimtool-tab" label="Claim Tool">
     <group id="Claimtool-group" label="Claim Tool">
     <...>
     </group>
    </tab>
    2nd .xlam:
    HTML Code:
    <tab id="Pricetool-tab" label="Price Tool">
     <group id="Pricetool-group" label="Price Tool">
     <...>
     </group>
    </tab>
    3rd .xlam:
    Code:
    <tab id="SearchTool-tab" label="Search Tool">
     <group id="SearchTool-group" label="Search Tool">
     <...>
     </group>
    </tab>
    Now I would like to have those three to reuse a same "<tab id=" like for example "myTools". I tried the following:

    1st .xlam:
    Code:
    <tab id="myTools" label="My Tool">
     <group id="Claimtool-group" label="Claim Tool">
     <...>
     </group>
    </tab>
    2nd .xlam:
    Code:
    <tab id="myTools" label="My Tool">
     <group id="Pricetool-group" label="Price Tool">
     <...>
     </group>
    </tab>
    3rd .xlam:
    Code:
    <tab id="myTools" label="My Tool">
     <group id="SearchTool-group" label="Search Tool">
     <...>
     </group>
    </tab>
    But it doesn't do the trick
    I was expecting the three groups to sit in the same "My Tools" menu bar....

    Do you have any suggestion ?

    Thx!
    Andrea

  2. #2
    Join Date
    Oct 2008
    Posts
    180

    Re: how to share the ribbon with multiple .xlam

    Well, I'm not sure how much help this is, but the mechanism you describe works in principle. In Excel 2002, that is. When you use the CallByName function and the VBGet Call Type constant to programmatically return a chart series or another chart object in a Microsoft Visual Basic for Applications (VBA) macro in Excel 2007. You might try adding a second XLA and XLAM add-in to test XLA->XLA and XLAM->XLAM calls in your version, maybe that'll shed some more light...

Similar Threads

  1. Unable to share printer on multiple computers.
    By Dwayne Johnson in forum Networking & Security
    Replies: 4
    Last Post: 25-03-2011, 07:19 AM
  2. Replies: 4
    Last Post: 07-08-2010, 03:43 PM
  3. How to share files between multiple PCs
    By Scubie67 in forum Guides & Tutorials
    Replies: 1
    Last Post: 01-10-2009, 07:31 PM
  4. Share Speaker Between Multiple Computers Over A Network
    By devpat in forum Networking & Security
    Replies: 3
    Last Post: 04-03-2009, 01:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,565,205.40904 seconds with 17 queries