| Thread | Last Post | Replies |
|
| Extracting Word revision log | 21 Feb 2008 21:46 GMT | 7 |
I am working with some c++ code, and need to find a way to extract the revision log information from a word document programatically. Two question that I would be very appreciative if someone can shed some light: 1) It appears that Office 2003 seems corrupt the revision log of ...
|
| Referencing Bookmarks and Fields | 21 Feb 2008 21:10 GMT | 1 |
Hello I was wondering if there is a way of representing the same bookmark (or field) in multiple places in a word document. I've designed a userform that requires input from the user and places data in appropriate placeholders in a
|
| Find page number for each word in document | 21 Feb 2008 20:24 GMT | 4 |
I have a Word document for which I'm trying to create an index. I've just started this code, but the idea is to parse through each word and dump out the word and the page number to a CSV file that I can manipulate later on (or dump it to a dictionary object or array or
|
| Perform readability statistics | 21 Feb 2008 20:22 GMT | 2 |
I know that I can get the readability statistics when I execute a grammar check, but is there a way to simply execute the readability statistics without running a complete grammar check. Just run it on the text as is? i am specifically trying to get the Flesch score for a ...
|
| GotoBottom | 21 Feb 2008 18:37 GMT | 1 |
Using Word 2003, I have set up a Protected/Unprotected Form Form(set)...The file contains 5 different forms used by the engineering department. All of the forms, with the exception of the first must be able to replicate themselves. The forms are constructed using tables and ...
|
| How to replace OLE in Word? | 21 Feb 2008 16:59 GMT | 1 |
How to see source object in Word? /OLE, please vanish!/ 1) z.B. How to get an underlined blue text and to click on it and to send E-mail INSTEAD OF having this in Word doc: {HYPERLINK "mailto:oat@defgo.ru" }?
|
| Split a Document | 21 Feb 2008 15:53 GMT | 4 |
Hi I am not sure if this question was asked before, tried searching the forum but couldn’t find a relative topic. Basically I have a huge document consisting of abstracts for a conference. I
|
| How to close the template or Document 1 | 21 Feb 2008 14:18 GMT | 9 |
Someone has very kindly helped with some code which I need to ammend in order to be complete but I am not sure how to do it.....I have tried many various possiblities. First thing that happens when a certain document opens is a form appears
|
| Search for text box formatted to Layout: In line with text | 21 Feb 2008 12:33 GMT | 4 |
I've managed to set up a macro that hides the content of all text boxes in my document by searching for each text box and setting the contents' font colour to white. However, it only seems to find text boxes that haven't been formatted to 'Layout: In line with text'.
|
| Help cleaning up bad paragraph breaks | 21 Feb 2008 09:56 GMT | 2 |
Windows XP Pro SP2 MS Word 2003 SP3 I have inherited a document that was originally created in Notepad and has paragraphs that look like the psuedo-paragraphs below:
|
| Word 2003 macro to re-place original clipboard contents | 21 Feb 2008 03:09 GMT | 2 |
I have a WORD 2003 macro that uses the clipboard to do various things. When the macro finishes, the clipboard contains a bit of the stuff the macro put into it. I would like the macro to re-place whatc had originally been in the clipboard. What I would like to have happen is this
|
| VBA Word Count | 21 Feb 2008 00:56 GMT | 6 |
Hi, couple of minor problems. I wanted to help my wife with a macro that would count all the words in the document and also the number of words in bold. I can't even get to first base on this because the VBA word count seems to be all screwy.
|
| Looking for a clipboard wrapper using windows API. | 21 Feb 2008 00:28 GMT | 2 |
I need tog gain programmatic access to the windows clipboard. I found a few examples on the web but not all are complete. I was wondering if anyone has a recommendation or has found a complete class written in VBA before I reinvent the wheel...
|
| hyperlinks in protected doc | 20 Feb 2008 22:45 GMT | 1 |
I have a table which is protected because it has formfields. I want to put in hyperlinks to a Help file at various points. The only way I've found to do this is to put in unprotected sections where I have the links.
|
| Built-in properties | 20 Feb 2008 18:38 GMT | 6 |
Hi, I've just found out there is a built-in properties thingy, and I found out that there seem to be 30 of them. However, I had to write some code to list them out (below, in case you need it) and I still don't have definitions of what these properties actually are. It's fairly ...
|