Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Last active July 30, 2019 13:09
Show Gist options
  • Save rediffusion/eef471c5192d786e5bb524c5aa8dda9f to your computer and use it in GitHub Desktop.
Save rediffusion/eef471c5192d786e5bb524c5aa8dda9f to your computer and use it in GitHub Desktop.
NOTE: Для »» `Dynamic Menu` подходит тоже!
Option Explicit
Public bolVisible As Boolean
Sub CallbackGetVisible(control As IRibbonControl, ByRef visible)
visible = bolVisible
End Sub
getVisible="CallbackGetVisible"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment