Group: microsoft.public.word.vba.general
From: avkokin
Date: Wednesday, March 05, 2008 7:23 AM
Subject: How can I get list of commands and relevant the commands ID (identification numbers)?

Hello. There is some code:
Set oBtn = oPopUp.Controls.Add(msoControlButton, 1589)
Question: how can I get list of commands and relevant the commands ID
(identification numbers)?
Thank you.