I've been searching all over and have not been able to find this, so I'm hoping soneone else knows how to do this. I have a macro that loads itself to Excel 2007's Addin tab on the ribbon via:
But I really want to have it create it's own tab on the ribbon instead on residing in the Menu Commands box of the Addin Ribbon tab.
Anyone know how to do this?
TIA!
Code:
Application.CommandBars("Worksheet Menu Bar")
Anyone know how to do this?
TIA!