Hello, I'd like to know if it's possible to change the icon of a toolbar command. I mean that, at run-time of an AutoLISP function, I want to call some function that would modify the bitmap of that icon. I've been reading about it and I discovered a VBA method called SetBitmaps. The on-line help says the following about that method: "Sets the large and small bitmaps used as icons for the toolbar item.". It would be nice if there would be some equivalent LISP function. Perhaps there is any way to call this VBA method "SetBitmaps" within LISP code? Thank you very much, .- Toni