Hi dear members,
I just thought I would share with you here this very small and simple vba function that I recently wrote for switching ribbon tabs.
Option Explicit
Function ActivateRibbonTab(ByVal TabName As String) As Boolean
Const CHILDID_SELF = 0&, NAVDIR_FIRSTCHILD = 7&, NAVDIR_NEXT...