Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Last active June 12, 2019 14:40
Show Gist options
  • Save rediffusion/715f6feee2841c23e588798f68dba975 to your computer and use it in GitHub Desktop.
Save rediffusion/715f6feee2841c23e588798f68dba975 to your computer and use it in GitHub Desktop.
Кнопку добавить в конце (перед закрывающим тэгом "gallery") например галереи. *Excel ●Надстройки; ●RightClickMenu; ●Quick Access Toolbar – то есть код к нему имеет отношение!
Sub rxbtn_Click(control As IRibbonControl)
'Этот код будет выполняться при нажатии на кнопку в нижней части галереи
ActiveWorkbook.FollowHyperlink "http://www.efteling.com/"
End Sub
<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