I get the following exception when I try to \"find and replace\" in a Word 2007 working on Windows Vista or Windows 7.
I have the path to a Word document saved in an SQL Database. I am able to retrieve the p开发者_C百科ath but I cannot work out the best approach to open the Word document from WPF without using the O
I have an application that generates Open XML documents with Content Controls. To create a new Content Control I use Interop and the method ContentControls.Add. This method returns an instance of the
I\'m looking for a web based word processor. I\'d like something tha开发者_开发问答t prints exactly what the user sees on the screen.
I\'m attempting to copy cells, one at a time, from an Excel 2003 (or 2007) spreadsheet to a Word 2003 (or 2007) table. I\'d like the code to be version-agnostic, and so am using late binding. The form
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 need to run a macro in Word with a parameter. I\'ve tried to declare a parameter for the module in the VB Macro Editor but it doesn\'t work - the macro will be invisible in the macro list when I do
I\'m wondering how you can convert Wo开发者_StackOverflowrd .doc/.docx files to text files through Java. I understand that there\'s an option where I can do this through Word itself but I would like t
It is possible to repurpose a Word builtin command in Word 2007 using the customUI.xml file. Example: <customUI xmlns=\"http://schemas.microsoft.com/office/2006/01/customui\">
I\'m using the following code to get the path where Word stores its templates: WordTemplatePath:=WordApp.Options.DefaultFilePath[$00000002];