View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Chanagin buttons images

Are you using built in images? Just change the FaceId property. Otherwise
you have to use the pasteface method.

--
Regards,
Tom Ogilvy


"filo666" wrote in message
...
Hi, I made a custom toolbar, I want when a user clicks one button appears

an
image (and a macro is executed), when he presses again (the same button)
appears another button image and another macro is executed and finally

when
he presss it again (the same button), execut another macro and the first
button image appears. How Could I do this???