I\'m developing an Office 2007 add-in.I would like to have a piece of code execute whenever the user Saves a document.I\'m principally interested in Word, Excel and PowerPoint, but I\'d prefer to also
I\'m a C++ developer wrestling with updating an application that had made extensive use of the IStorage interface to open pre-Office 2007 documents from in-memory storage (via ILockBytes).
I\'m writing a command-line program that has a step in which I need to replace text in a Word file. The replacing task is accomplished using Word macro.
I noticed that when a link is clicked externally from the web browser, such as from Excel or Word, that my session cookie is initially unrecognized, even if the link opens up in a new tab of the same
Good day... The root of my issue is that there\'s no context menu allowing the user to delete a row from a form.The \"delete\" button on the ribbon is also disabled.In Access 2003, apparently this fu
I want to deploy some building blocks for Microsoft Outlook 2007.Microsoft has put up a poor solution at http://office.microsoft.com/en-us/outlook/HA102086531033.aspx#4 that asks you to save a templat
We got \"No Index Attribute\" error when we try to indexing Oracle Portal from SharePoint Server 2007 Search crawler. The cont开发者_如何学编程ent source is added successfully. The error messages appe
When importing an excel spreadsheet in Sharepoint, the following error pops up in a web dialog with the 开发者_高级运维following message-\"Automation server can\'t create object\". What is wrong? does
I have a ASP.NET 2.0 web application that should upload a ppt file and then extract its slides to images. For that I have imported office.dll and Microsoft.Office.Interop.PowerPoint.dll assemblies and
I am using Excel interop object a开发者_如何学编程nd trying to find a date in a specified range by below method