Hi,
After hours of readings and tries, I don't get how to change the value of a toggle button to false (not pressed) with VBA.
Sub TbtnManClick(control As IRibbonControl, Pressed As Boolean)
Dim Manvalue As Variant
Manvalue = InputBox(Range("LgMan"), Range("LgMan"), Range("RngMan"))...