Search results

  1. Z

    Hide/Show Ribbon Tab using VBA

    I am facing the same problem <tab id="tab2" label="Admin" getVisible="RibbonGetVisible" > </tab> with vba code Public Sub RibbonGetVisible(control As IRibbonControl, ByRef visible) If TempVars!currentuserID = "72677" Then visible = True Else...
Top Bottom