Last active
June 12, 2019 14:40
-
-
Save rediffusion/715f6feee2841c23e588798f68dba975 to your computer and use it in GitHub Desktop.
Кнопку добавить в конце (перед закрывающим тэгом "gallery") например галереи. *Excel ●Надстройки; ●RightClickMenu; ●Quick Access Toolbar – то есть код к нему имеет отношение!
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
| Sub rxbtn_Click(control As IRibbonControl) | |
| 'Этот код будет выполняться при нажатии на кнопку в нижней части галереи | |
| ActiveWorkbook.FollowHyperlink "http://www.efteling.com/" | |
| 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
| <button id="rxbtn" | |
| imageMso="RefreshStatus" | |
| label="Visit Efteling.com..." | |
| onAction="rxbtn_Click"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment