I am running a macro in a Word document via C#, the macro basically creates a copy of the document and adds a couple of more attributes.
One feature of our Word add-in shows two document windows side-by-side. The user can double-click a paragraph in the left-hand document to scroll an associated paragraph in the right-hand document int
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Is it possible to create an add in that works on all office versions? I searched the msdn and different forums but there is nothing specif开发者_如何学Cic about this issue.Difficult if you use VSTO,
Microsoft.Office.Interop.Word.ApplicationClass msDoc = new Microsoft.Office.Interop.Word.ApplicationClass();
I found that in Excel 2010 (and 2007), when you try and choose one of the more secure types of encryption, it seems to silently ignore your settings, leaving you with a file that can be cracked in sec
i\'m trying to dev a simple tool which notify the user when he is pasting content into an unthorized application. I ve hooked the getclipboarddata function to do this. But application like MS office l
We\'re about to move from Office 2000 to 2010 and are looking at how best to provide our templates to users.
Consider the following case: I have a single Excel workbook with 4 sheets in it. Each sheet represents one quarter of a year.