how to find addin button ID?

S

Shinya

How to find my custom addin button ID?
I have setup my custom toolbar with 5 buttons.

Currently if I CommandBars("MYADDINTOOLBAR").CONTROLs("firstButton").id
always is set to 1 and same for other 4 buttons. why I am getting the same
id for
all the buttons?


Shinya
 
K

Ken Slovak - [MVP - Outlook]

ID only applies to built-in buttons and controls. Use Tag to find custom
ones.
 
Top