makepeace1 Posted April 3, 2014 Posted April 3, 2014 This is my button Dim pan1button1 As New RibbonButton() pan1button1.Text = "STORE" pan1button1.ShowText = True pan1button1.ShowImage = True pan1button1.Image = Images.getBitmap(My.Resources.Store) pan1button1.LargeImage = Images.getBitmap(My.Resources.Store_L) pan1button1.Orientation = System.Windows.Controls.Orientation.Vertical pan1button1.Size = RibbonItemSize.Large pan1button1.CommandHandler = New RibbonCommandHandler I have had a look online but i can seem to find how i assign the macro to the button The macro i want to use it "^C^C_StoreTree " Thanks in advance Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.