I\'m writing an app that will manipulate Outlook data.I want to make a backup of that data first and am hoping I could just loop through the contact/calendar items, etc and write them out to a PST fil
I wan\'t to build a word 200开发者_运维百科7 add-in that allows users to: Hilight pargraphs etc. of text in a word document.
How do you create and then insert an Excel 2007 chart in Word 2007 with office interoperability? Important: I 开发者_如何学编程do not want to save an Excel file to create a chart.
I\'ve written an application that converts 1000s of Excel documents into PDFs (I know this is a slow method, but I\'m not worried about speed), using the same technique as this, but for Excel instead
How to disable security pop ups of MS Outlook using C#? I am getting the security pop up, while trying to initiate outlook task to be created using my c# application. (Using Microsoft Office Outlook
I am creating an application in C#. That application needs to create a MS Word document out of the templ开发者_如何学Cate. That template contains a table and a bookmark stored in one of the table\'s c
I\'m creating a C# application that fills the MergeFields defined on a MS Word document with data from an external Data Source.
Does anyone know how to simply open and close an Excel workbook? I don\'t need to read any data from the file, I just need to open and close it. (*)