Hi,
I am trying to customise the ribbon using VBA and the SetCustomUI command.
I can add custom buttons to fire my own macro eg the following code snip works fine to add a custom button to fire my ImportSapData macro works fine
& "<mso:button id=""button1"" label=""Import SAP Data"" size=""large"" " _
& "imageMso=""ImportExcel"" onAction=""ImportSapData""/>" _
What I would also like to do is to add some built-in commands to this tab so that users have the most common commands they will need all on the one tab eg TaskIndent and TaskOutdent plus many others..
So my question is.. what is the xml I need to add a builtin command to the ribbon.
Also if this involves putting in the builtin Command Name somewhere then where do I find a list of these commands and any other liks on the syntax of the xml...
Thanks in Advance
Steve Bayliss
Brisbane Aust