View Single Post
 
Old 04-22-2017, 04:41 PM
NevilleT NevilleT is offline Windows 7 64bit Office 2003
Novice
 
Join Date: Mar 2015
Posts: 29
NevilleT is on a distinguished road
Default

The button appears in the ribbon. Not using the QAT. This is the xml I am using.
<button id="Btn99" label="Style Menu" onAction="btnNewStyleSets_Click"/>
When I click the button, nothing happens. What I don't understand is what the btnNewStyleSets_Click routine is. Is it some hidden built in procedure within Word, or do I have to write something in my VBA to display the dialog?

I use VBA a lot in Access and understand if it was in Access, I would just create a button click procedure. Not sure if I have to create the procedure in Word, or if it is some embedded procedure.
Reply With Quote