Command bar graphical image

Joined
Jul 25, 2007
Messages
26
Reaction score
0
To All, could someone inform where I may be able to find a list of the numbers that indicate which graphical image (I have no idea what the correct name for the icon picture is) is represented by what number on a command bar as in the following code
.Controls.Add ID:=23 ' ID for Open
.Controls.Add ID:=3 ' ID for Save
I hope this makes sense.
What i'm looking for is what does 1 represent?
What does 2 represent? and so on.
I have found a lot by changing the code and running it but you can imagine how long this is taking as Controls.Add ID:=3738 ' ID for Mail as Attachment exists.
And when I run the code and new images appear I don't always know what they are called.
Thanks in advance,
GeoffreyBarnard
 
Back
Top