Question:

How can I add a faceid into a command button (VBA userform)? ?

by  |  earlier

0 LIKES UnLike

I am creating a vba userform and I want the command buttons to have a faceid or a small picture beside the caption I put on them. How can this be done?

 Tags:

   Report

1 ANSWERS


  1. 1. after adding a command button to a userform, right click on the button and choose properties

    2. F4 to open the properties window if not already on the left side of the vba editor, look down the list and find Picture, the box on its right click on it, there should be a button with 3 dots, click on it, and browse for the bitmap pic (bmp extension) you want to add to the command button, select the file, click open button.

    3. in the properties window, look for pictureposition, to choose the alignment of picture imported on the button.

    Please note that the bmp file dimension is 1:1 showing on the command button, if you need the faceID pic, here's the link http://www.outlookexchange.com/articles/...

    Hope this helps.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.