No announcements
Found 2939363 threads
-
5 Votes
How to reference the correct workbook from a control in a ribbon callback
://social.msdn.microsoft.com/Forums/office/en-US/a3dade87-1df7-46ec-8876-437194d7553e/how-to-reference-the-correct-workbook-from-aUnanswered | 21 Replies | 4579 Views | Created by OfficeAddInner - Sunday, November 23, 2014 5:05 AM | Last reply by aberglas - Wednesday, March 27, 2019 1:58 AM -
0 Votes
Ribbon xml callback reference
I am using the ribbon xml to develop a vsto 3 addin. I am struggling to add event handlers for the ribbon ...Answered | 2 Replies | 5276 Views | Created by prakashguru - Thursday, July 1, 2010 6:41 AM | Last reply by prakashguru - Thursday, July 1, 2010 12:05 PM -
1 Votes
Ribbon Control Callback Order
Hi All: When we pass the Ribbon.xml ribbon customization defination to customize ribbon; does they follow any order when ...Answered | 1 Replies | 2452 Views | Created by kanagar - Monday, July 25, 2011 6:00 AM | Last reply by Ken Slovak MVP - Monday, July 25, 2011 1:46 PM -
0 Votes
WPF Ribbon Control binding to a VM Ribbon reference
Hi Bob Bao, Here the code behind (Basically I read how many tabs to create, under each Ribbon Tab how many groups & under each group ...Answered | 6 Replies | 8015 Views | Created by G_Prakash - Thursday, August 26, 2010 6:32 AM | Last reply by G_Prakash - Wednesday, September 15, 2010 11:37 AM -
0 Votes
How can I get a reference to a Custom Control of the Ribbon?
Since there is no object model for the ribbon controls you would have to have the callback for the toggle button store its Pressed state ...Unanswered | 1 Replies | 4283 Views | Created by Lauro2 - Sunday, January 23, 2011 1:35 PM | Last reply by Bill Manville - Sunday, January 23, 2011 2:12 PM -
0 Votes
Visual Basic reference to calling application in Ribbon callback code
existing Excel 2007 template using a custom ribbon control. I have been able to retrieve the template file path and file name, but when I create ...Answered | 1 Replies | 4991 Views | Created by NickHa - Monday, May 4, 2009 12:48 PM | Last reply by NickHa - Tuesday, May 5, 2009 8:12 AM -
0 Votes
Get reference to control from element in a control template
</Setter> </Style> Now, if I have a reference to the Border element in the control template, ...Answered | 1 Replies | 3581 Views | Created by xkrja - Tuesday, December 29, 2009 7:17 AM | Last reply by xkrja - Tuesday, December 29, 2009 7:47 AM -
2 Votes
What is the correct onAction callback signature for a Ribbon Button in Access 2010
am customizing the Ribbon in Access 2010 using VBA procedures in Access. I have a reference to the Office ...Proposed | 7 Replies | 22715 Views | Created by Simon Lampen - Wednesday, September 29, 2010 7:19 PM | Last reply by netizen99 - Saturday, August 20, 2011 8:39 AM -
0 Votes
How can I get a reference to a Custom Control of the Ribbon?
be to create a Class in your project for a Ribbon object, then set these as properties of that object. It would make your code "feel" more like ...Answered | 3 Replies | 4599 Views | Created by Lauro2 - Sunday, January 23, 2011 1:31 PM | Last reply by Cindy Meister MVP - Monday, January 24, 2011 8:20 AM -
0 Votes
Ribbon disappears when opening a new Workbook
How to: Show Add-in User Interface Errors for more information. Do you use the getVisible callback?Unanswered | 11 Replies | 1711 Views | Created by Gustavo.miller-mhs - Tuesday, November 25, 2014 12:39 PM | Last reply by Gustavo.miller-mhs - Saturday, December 27, 2014 2:55 PM -
0 Votes
Static control in a ribbon
I have a static control in a ribbon interface. Below is a slider of which I want to display the position value. Since ...Unanswered | 5 Replies | 4420 Views | Created by Hans-J. Ude - Tuesday, September 28, 2010 11:07 AM | Last reply by Hans-J. Ude - Thursday, September 30, 2010 9:24 PM -
0 Votes
How to reference the enclosing page from a User Control
Hi, I am explain my question as below: * a WPF application using NavigationWindow , 2 pages which contain a shared UserControl for navigation * ...Answered | 2 Replies | 1515 Views | Created by peterkao87 - Thursday, June 14, 2012 6:11 PM | Last reply by peterkao87 - Thursday, June 14, 2012 8:08 PM -
0 Votes
Correct way to reference a DLL from a web service
. Between calls the dll class called by the web service seems to lose its class level variables. The DLL has to be in the GAC because ...Answered | 1 Replies | 3550 Views | Created by BobTD - Tuesday, May 30, 2006 6:37 PM | Last reply by Igor Sukhov - Wednesday, May 31, 2006 3:34 AM -
0 Votes
How to access ribbon object or ribboncontrol object that not from ribbon callback?
from callback function of ribbon control. But I do not want to get one of these objects through ribbon-control-objcet ...Answered | 7 Replies | 1725 Views | Created by zsmj01 - Wednesday, January 15, 2014 3:31 AM | Last reply by zsmj01 - Saturday, January 18, 2014 2:42 AM -
0 Votes
How to reference control in a datadrig from datacridrow
you can get the control. use the GetCellContent(dataitem) and typecast to your control. i have a sample code please ...Answered | 1 Replies | 1118 Views | Created by vbuser114 - Friday, February 4, 2011 2:35 PM | Last reply by Senthamil Selvan - Saturday, February 5, 2011 5:13 AM -
0 Votes
Reference a custom Ribbon Add-in
reference the .dll but I don't know how I can do it in order to do ''ribbon.CreateButtons(datatable); SomeoneAnswered | 2 Replies | 1150 Views | Created by SScorm - Wednesday, May 29, 2013 2:43 PM | Last reply by SScorm - Thursday, May 30, 2013 9:57 AM -
1 Votes
Correct way to reference child element in control from code
, so this may be a simple question, but I haven't found an answer yet. The problem I'm trying to solve is how ...Answered | 5 Replies | 1386 Views | Created by TM8787 - Thursday, January 24, 2013 6:28 PM | Last reply by TM8787 - Monday, January 28, 2013 12:20 PM -
0 Votes
How do i reference a cell in an unopened workbook?
Hi, You can make use of the fact that a cell formula can read from a closed workbook. All you need is a temporary cell ...Unanswered | 2 Replies | 3532 Views | Created by Derek at Potters Clay - Tuesday, January 23, 2007 5:26 PM | Last reply by Andy Pope - Wednesday, January 24, 2007 9:25 AM -
0 Votes
how to get a ribbon button from custom ribbon tab
This works fine b/c in the callback, based on control.Id I can know which ribbon button However, I want to know ifAnswered | 4 Replies | 4717 Views | Created by toosensitive - Friday, October 1, 2010 8:59 PM | Last reply by XL-Dennis - Saturday, October 2, 2010 1:07 PM -
0 Votes
Display Pane (user control) in active workbook
I have an Excel VSTO C# Add-in project. I have a toggle button in a ribbon that I want to use to show a task pane ... - Items 1 to 20 of 2939363 Next ›
No announcements