vsto
How to get Worksheet object from textual reference?
I have a name of worksheet in a different workbook. Name looks like this: \'[Book.xlsx]开发者_如何学JAVASheet1\'. How I can get Worksheet object from this name?Try this:[详细]
2023-03-24 00:46 分类:问答How to prevent modifications of specific cells?
Is it possible to prevent user-made modifications of some 开发者_StackOverflowspecific cells? I can use VSTO add-in for plugging into Excel events.Take a look at Worksheet.Change Event. This event tak[详细]
2023-03-24 00:08 分类:问答VSTO Ribbon and XLA Addin
I have created a ribbon control using VSTO, and want to call function in xla on click of button, would like to know[详细]
2023-03-23 23:39 分类:问答PowerPoint Add-In: Programatically publish Slide as Presentation
I\'m iterating all the slides in a Presentation from with our PowerPoint Add-In and I want to publish every slide in the slide collection to a location BUT I want to be able to specify the name the sl[详细]
2023-03-23 17:37 分类:问答Pivot table lost on Saving Excel
I converted excel to Byte[], and saved it on server. When I pull back the B开发者_如何学编程yte[] and create an excel from that. My data is there, but Pivot structure is missing. I am using C#.[详细]
2023-03-23 16:41 分类:问答Click-once deployment utility Throwing System.NullReferenceException
I have an VSTO excel 2007 Add in. For this I have created a Click-once deployment utility. I distributed this various clients who can just double click the .vsto file or set-up.exe and install the add[详细]
2023-03-23 02:30 分类:问答Book on VSTO in VS2010 [closed]
It'开发者_JAVA百科;s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-03-22 23:05 分类:问答How to change size occupied by an array formula?
I have a formula, that returns array. Is it possible to change ra开发者_Python百科nge occupied for result of this formula? (programmatically)no, it\'s not possible. you have to delete the array and ma[详细]
2023-03-21 18:18 分类:问答How to remove a Word.Selection?
In the context of an Outlook add-on using the WordEditor from the Outlook.Inspector I would like to remove the selection after replacing it with a custom text.[详细]
2023-03-21 17:18 分类:问答VSTO Ribbons and Interop
Is it possible to handle button click events on a custom ribbon button from another application using interop?[详细]
2023-03-21 11:35 分类:问答