Advertisement

07.06.2008 at 05:48PM PDT, ID: 23542212 | Points: 500
[x]
Attachment Details

Need Office 2007 FaceID's

Asked by MitchellVII in Visual Basic Programming, Microsoft Access Database, Access Coding/Macros

Hi,

I create a lot of custom shortcut menubars for my application.  I am looking for an easy reference for getting the FaceID's of symbols to be used in my menus.  I have the old Office 2003 ID's, but not for Office 2007.

Right now I set them like so:

Set Log = MenuPrimary.Controls.Add(Type:=msoControlButton)
With Log
    .Style = msoButtonIconAndCaption
    .Caption = "View : Log"
    .FaceId = 5599
    .OnAction = "=fMenuContactField_Prospect_Data_Primary ('Log') "
    .BeginGroup = False
    .Enabled = True
End With

Is this done differently in Office 2007?  Something instead of the .FaceId?  Where can I get the 2007 FaceId's?

Thanks.
Start Free Trial
[+][-]07.06.2008 at 10:34PM PDT, ID: 21942902

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.06.2008 at 11:08PM PDT, ID: 21942971

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 02:01AM PDT, ID: 21943493

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 02:20AM PDT, ID: 21943552

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 06:52AM PDT, ID: 21944991

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 07:27AM PDT, ID: 21945296

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628