![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
with the following code I try to insert buttons into the QuickAccessToolbar, which does not work. Dim strDescription As String strDescription = "customUI xmlns=""http://schemas.microsoft.com/office/2006/01/customui"" loadImage=""LoadImage""" strDescription = strDescription & _ "ribbon" & _ "quat" & _ "documentControls" & _ "button id=""IDS_WaehlenCombo"" label=""" & GetCheckedResString(IDS_WaehlenCombo) & """ onAction=""cmdCommonRibbonBttn"" getImage=""GetImage"" /" & _ "button id=""IDS_Auflegen"" label=""" & GetCheckedResString(IDS_Auflegen) & """ onAction=""cmdCommonRibbonBttn"" getImage=""GetImage"" /" & _ "button id=""IDS_Aktionen"" label=""" & GetCheckedResString(IDS_Aktionen) & """ onAction=""cmdCommonRibbonBttn"" getImage=""GetImage""/" & _ "/documentControls" & _ "/quat" & _ "/ribbon" & _ "/customUI" Does anybody see my failure? Christian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2007 Task Form Insert Ribbon (Attach Group) | [email protected] | Outlook - General Queries | 9 | April 26th 07 07:38 PM |
Problem with voting buttons | Larry | Outlook - General Queries | 3 | October 31st 06 11:48 PM |
Custom buttons problem in second instances | Tometa | Outlook and VBA | 2 | September 18th 06 07:31 AM |
Problem with option buttons in custom forms | Tom | Outlook - Using Forms | 3 | June 30th 06 06:45 PM |
Can't Insert Pictures in EMail --- different problem | MadameC8 | Outlook Express | 2 | March 4th 06 02:16 AM |