How to change the image on a button of the toolbar at run time. Thanks.
This works for me: Code: me.toolbar1.buttons("Button Key").Image = "Image Key in ImageList"
me.toolbar1.buttons("Button Key").Image = "Image Key in ImageList"
Forum Rules