This question already has answers here: Closed 11 years ago. Possible Duplicate: Android Microsoft Office Library (.doc, .docx, .xls, .ppt, etc.)
In my VSTO Outlook 2007 plug-in, I am able to get the email address of a recipient which is an exchange user. But when I have the following case, it does not return me the smtp email:
As typical small-business user, when my laptop broke I HAD to upgrade to Office 2010 (2007 isn’t on market anymore). Now I have a bunch of quick-and-dirty VBA to go with my old worksheets. None of th
I made a little function that opens a WordDocument at a given file location. I\'d like to enable the balloons when the document shows up.
I wrote a program that creates a set of data that is outputted to an excel spreadsheet. I was originally using the jexcel library to write the data to the file, but I\'d like to update the program so
I have an intranet web application who needs to run some external applications, like Word, Notepad and other particular ones... My code allow the access with IE (ActiveX) and Firefox (XPCOM). When I u
I\'m creating an Microsoft Office 2010 add-in ribbon with a bunch of controls on it.I am able to add things like buttons, TextBoxes开发者_JAVA百科, and Labels.:-) I am not, however, able to add the on
How can I a开发者_如何学Godd a help page (F1) to a Word plugin? I think that the structure is a HTML page, but where do I put it and how do I associate it with F1 help to my plugin?
I am using a program called mathtype to pull some equation objects out of a word document. I\'ve written code in VBA that works perfectly using their API, but I have to translate it to a VBScript file
We are developing C#.Net 4.0 Windows form based application using Microsoft.Office.Interop.Word reference.