Is it possible to disable contextual tabs in MS Word using CustomUI xml? I added the following to customui XML but without any effect
This addin adds \'document tabs\' into Microsoft Word, I wonder how it\'s done? As we know, according to Word\'s \'Object Model\' API, each Word document is associated with a standalone Word window, h
I would like to create an addin for microsoft outlook, and am using the visual studio tools to do so.
I discovered Apache POI for doing a lot with MS Office programmatically in Java, but its documentation leaves me wanting, as well as a few other things. Does a better alternative exist?
i\'ve a powerpoint presentation with a chart which contains data from an excel table. 开发者_运维技巧I would like to edit this data via the powerpoint VBA editor..
I need to replicate this XML in C# and Linq to XML. I dont want any dependencies to other libraries other than the normal .NET ones. The XML is shown below.
I saw people use DoCmd.RunMacro to run macros inside ACCESS, and tired in vain to find a similar method for Excel and Word.
I have a requirement where I need to have a custom ribbon added to the Word 2007 file which will be populated from some items. I created a add-in using this and pressing F5 opens Word file contains th
The task is to replace spec开发者_Go百科ific keywords in a Word document using .NET. What would be the fastest and most reliable way to make it retaining original formatting and document structure?If
I\'m writing a text editor and I want to add the possibility to import .doc and .docx files. I know that I could use OLE Automation, but if I use a recent OLE library, it won\'t work with those people