I am using the JACOB lib开发者_运维百科rary. I can create a new instance of activeXComponent(\"Word.Application\") and then open some file. How can I get the instance of a file that I\'ve already open
Need: A module containing methods for rendering docx files with formatting. Requirements: PyGTK compatibility
I am trying to add an image into a document using WordML. I have used the开发者_C百科 xml as a basis from the jpg example from here http://www.codeproject.com/KB/office/WordML.aspx. I have managed to
Is it possible to configure a R开发者_Go百科ibbon (e.g. adding a tab etc.) in Office 2010 programatically via VBA? I.e. by writing VBScript code in a macro.
I have an msword documen开发者_如何学Got that consists of some pages, i need convert only the first page to image and save it. Each page can consist of images, tables, text, etc. But i can\'t use clip
I am trying to get the cells from 1st column in a table. Getting exception in the \"Foreach(Cells c in rng.Tables[1].Co开发者_如何学运维lumns[1].Cells)\" because the table contains columns that have m
I\'m trying to cr开发者_StackOverflow中文版eate create a simple word template on the fly which would just contain text and a few text input fields and then open a new word document based on that templ
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a VBA macro which runs in Word 2003. It is one module and the code attached to a userform, and it goes to about 30 client sites. When I first rolled this out I sent someone round to each site t