Last active
July 30, 2019 13:05
-
-
Save rediffusion/eae29868e4f7dae684eb9188624d0d41 to your computer and use it in GitHub Desktop.
NOTE: Для »» `Menu` и `Dynamic Menu` подходит тоже!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option Explicit | |
| Public bolEnabled As Boolean | |
| Sub CallbackGetEnabled(control As IRibbonControl, ByRef enabled) | |
| enabled = bolEnabled | |
| End Sub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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