Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Last active July 30, 2019 13:05
Show Gist options
  • Select an option

  • Save rediffusion/eae29868e4f7dae684eb9188624d0d41 to your computer and use it in GitHub Desktop.

Select an option

Save rediffusion/eae29868e4f7dae684eb9188624d0d41 to your computer and use it in GitHub Desktop.
NOTE: Для »» `Menu` и `Dynamic Menu` подходит тоже!
Option Explicit
Public bolEnabled As Boolean
Sub CallbackGetEnabled(control As IRibbonControl, ByRef enabled)
enabled = bolEnabled
End Sub
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<commands>
<command idMso="Cut" onAction="CallbackCut"
getEnabled="CallbackGetEnabled"/>
</commands>
</customUI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment