I have written a simple C++ COM Office add-in that loads a ribbon XML definition and displays a simple ribbon tab. It features some buttons and a dropDown (combobox/droplist). I can handle button clic
Okay, this is just weird. I know from the post here that a [$-409] is a locale modifier for dates.Great.
I\'m currently rewriting an older AddIn for Excel 2007 that another developer write about 2 years ago. But when I want to debug it in VS 2008, the following error occurs;
We\'re trying to use Word\'s COM objects in order to programatically get the spelling and grammar errors in some sentences. We\'re using code that looks something like this:
I want to run aa remote process (winword.exe more specifically) from a remote machine using Powershell 2.0. One requirement is that the process is run by a non-admin user account. I\'m able to run win
So I\'ve run into an interesting problem. I need to specify a custom WHERE clause in a PowerPivot query. I must change it based on external conditions. I would like to edit the file and save a copy. A
Is there a way to read in excel (2003) files in .NET without office beeing installed and maybe even without any 3rd party library?
I am trying to convert .doc file to .htm format to view in an ASP.NET MVC page. I am using the following code in C# :
I am looking for a s开发者_开发百科olution for reading (and possibly writing) custom properties of Office documents (both old and new formats) without resorting to Office automation.
I\'ve created two addins, one is shared addin (for Excel, Word and Outlook) and another one is for Outlook.