Is there a way of getting the window title from a Word.Application OLE object? I\'d like to use it to try get the window using FindWindow.
I am looking for a macro for word documents that will find every style in a document, and change it from whatever it is开发者_StackOverflow (centered, justified, right-align) to left-align.
In my app I want to open *.rtf file, and than wait for it to be closed. Often user has MS Word to open *.rtf files and here is the problem. Code below works, but only when \"WINWORD\" process has not
Microsoft Word interoperability classes will let you get at a property called WordOpenXML.This represents a package that will be stored - zipped up - in a .docx file and can be opened by Microsoft Wor
I am using MATLAB to paste and caption plots into Microsoft Word.I would like to also crop these images using the ActiveX control.
I have been trying to work out how to insert text before and after a given style in Word using VBA. At present I run through the document from 开发者_如何转开发top to bottom, find the style, and mak
This is not about coding question. It\'s about Software (Database) Design. Background: My office has a ADP database as front and SQL Server is a backend. There are a dozen of basic standard reports
I\'m working on a program that can generate MS Word files containing tables. I want to design a macro that would take the data in the tables contained in the MS Word file and create a chart from it (
I have a Microsoft-Word File which contains several DocVariables. In our application we fill/replace these DocVariables with content.
I want to create word(.doc) and excel(.xls) files on the android platform. For excel I am able to use jexel jar, but I am unable to find any API for word files.