I have a set of .doc files which I want to perform some simple changes to (e.g. set the font of all the text in each file to be arial).
how do I get out the time my VBA script t开发者_运维问答akes to execute? I know from PHP that there is something like microtime() which is called once before the script and once after in order to be a
I\'m dealing with a little problem using VBA in MS Word2003: I have created a table and now I want to give it a caption, also with VBA...
I am using VB to write a macro in 开发者_C百科Word. what i need to do is, if i am within a table
I am making html to doc converter from win32com.client import Dispatch wrd=Dispatch(\'Word.Application\')
I\'ve been tasked with extracting some structured information from hundreds of human readable documents (mostly MS Word) and to put it into a database. The data is pretty much embedded in tables throu
Closed. This question does not meet Stack Overf开发者_运维问答low guidelines. It is not currently accepting answers.
what\'s the best way to generate a word-processor file (idea开发者_运维百科lly as platform-independent as possible, but native Word formats will do), with images in it, from the statistical language R
I am using Microsoft Word 2007.I open up some document with VBA and I need to do some work on them.However when a file is just opened, VBA do this repagination and doesn\'t wait for it to finish befor
I have a program that will take the files in a directory and upload them to a server.If the file is a Word File, I would then like to detect if the file is open in word / excel etc.If it is 开发者_JAV