View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Inserting a Face ID onto a Command button

I believe that you would have to copy the image from the ToolbarButton and
then paste it onto the CommandButton, since the latter does not have a
FaceID property. It may be possible to get a FaceID into the Clipboard using
APIs, but I don't know offhand how to go about it.

--

Vasant


"Denny Behnfeldt" wrote in message
...
I need to insert a Face ID onto a Command Button that'son a Userform. I

know
the number (1106), but have not figured out how to put it onto the

control?
Ideas?
Thanks for the help in advance!
Denny