Custom FaceID's for Custom Menus

  • Thread starter Thread starter triaz
  • Start date Start date
T

triaz

How do I go about creating custom FaceId's for my custom menus? I need
the faceid's to be distributable as the tool will be used by many
users.

Regards

T.
 
The emthod that I use is to create image files and paste that image into a
hidden worksheet. I rename the shape in that worksheet, and use code like
this when building a menu dynamically

cbTable.Shapes(shapename).Copy­Picture
cbCtl.PasteFace

where cbTable is the codename of the sheet containing the picture, shapename
is the name of the shape, such as 'Picture 30', and cbCtl is an object
variable for the control being added.


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top