View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
M. Authement M. Authement is offline
external usenet poster
 
Posts: 94
Default Calling Edit Buttom Image?

Could I display the desired button on a toolbar, then call the procedure
from a userform or separate toolbar? Is there anyway you can think of that
I could allow a user to edit the image of a button?

What I am in the infant stages of doing is creating a utility that helps
create/manage toolbars, menu bars, and shortcut menus. I could limit the
utility to the use of builtin FaceIDs, but was looking for a way to
accomodate custom images as well.

"Tom Ogilvy" wrote in message
...
You want to edit the image in the button you clicked. Again, I don't
believe there is any support for that since even in manual mode, the
toolbars are disable when you edit the image.

--
Regards,
Tom Ogilvy

"M. Authement" wrote in message
...
My mistake. I wrote UserForm but was actually thinking Toolbar. Is
there

a
way to allow the user to edit the button image on a Toolbar by cliking on
the button (something in the _Click Event)?


"Tom Ogilvy" wrote in message
...
Don't believe editing an image is a function supported by the MS forms

2.0
image control.

--
Regards,
Tom Ogilvy

"M. Authement" wrote in message
...
I have a control button on a UserForm and would like to make it

possible
for
the user to edit the image. Is there a way to call Edit Button Image

or
some other way to accomplish this? Thanks.