| Thread | Last Post | Replies |
|
| Background Color and Normal.dot | 19 Mar 2007 14:19 GMT | 2 |
With the addition of the background color property I have found that setting the background to dark and the font color to light makes reading much easier on the eyes. Unfortunately, I am a little on the lazy side so I wish to have Word (2007) do this automatically everytime I ...
|
| Reading from closed excel file into word form and writing data to closed excel file | 19 Mar 2007 14:09 GMT | 2 |
Was wondering if anybody could help. In the Initialise_Form subroutine of a word macro, I would like to read data (a number) from a single cell in Excel, insert it as the caption of a label box (so that the data cannot be altered by the user), then add 1 to the number in the ...
|
| Changes in Word2007 object model (Explanation of performance changes (read "degraded") | 19 Mar 2007 13:48 GMT | 6 |
Fellow MVP Helmut Weber and I where comparing efficiencies of our macros for deleting duplicate paragraphs from a document. In this discussion (and tests) I have learned that: 1) my macro is considerably faster that his using Word2003. 2) Helmut's is considerably
|
| How to ceate in VBA a word table in a document tutorial for dummie | 19 Mar 2007 12:16 GMT | 1 |
I'm a dummy. Is there somewhere a dummies guide to creating a table using VBA in a word document that explains what you do and what is being done at each step. I have a recordset i wish to place in a table with two columns centrally on
|
| guru buster | 19 Mar 2007 11:13 GMT | 8 |
How do you find and replace a line drawn in Word? Any assistance is greatly appreciated.
|
| Office XP Professional Word 2002 | 19 Mar 2007 01:14 GMT | 2 |
My wife has Office XP Professional with Word 2002. Two weeks ago she noticed that she no longer had the Edit tab in her Menu Bar as well as the Ruler was now in Character spacing instead of inches. I have fixed the Ruler but have not been able to restore the Edit tab inspite of ...
|
| Closing current instance of Word 2003 | 18 Mar 2007 20:44 GMT | 4 |
I'm trying to close the current instance of Word 03 without affecting any other open instances. So far I've got ActiveDocument.Close savechanges:=wdSaveChanges
|
| Character by character search for direct formatting | 18 Mar 2007 15:38 GMT | 3 |
Forgive my ignorance but I am new to Word Programming. I need to be able to search a document character by character. If the Character is formatted as "Dark Blue" in colour I need to extract the character from the source document to a new document (target) and continue
|
| Run Macro automatically when files get open | 18 Mar 2007 09:19 GMT | 1 |
Dear Sir, I have created macro name auto_open in word which finds & replaces text. I wanted to run this macro at the time when file opens. thnks
|
| How to move normal.dot to 2007 | 18 Mar 2007 02:34 GMT | 2 |
I have a lot of macro's and customisation of the menu and toolbar stored in my normal.dot. How can I move everything to Word 2007? Hans List
|
| Text replacement | 17 Mar 2007 21:42 GMT | 5 |
I have the following macro that finds the word ‘Order’ and changes it to all caps and bold in the whole document. How do I change it to just replace it in my ActiveDocument.Styles "Heading 1", "Heading 2", "Heading 3" and "Heading 4"?
|
| Search for textboxes | 17 Mar 2007 15:32 GMT | 4 |
I recently moved a text box around in a word file and somehow it disappeared. Can I ask Word to search for text boxes in a document via VBA? Help is appreciated. Thank you very much in advance.
|
| Convert INCLUDEPICTURE text strings to Word fields with curly braces around the text string | 17 Mar 2007 11:51 GMT | 1 |
>From a Filemaker database, I produce a Word document with exam questions. Some of the questions have images (diagrams). A text reference for each image arrives in the Word document as a paragraph, with the
|
| How can I use "Find (and replace)" to locate an xml tag? | 17 Mar 2007 08:37 GMT | 7 |
Trying to write a macro in Word 2007 to edit .xml files. How can I use "Find" to search for a specific xml tag name? It appears that "Find" ignores the tag names in an xml file when searching.
|
| Macro that will create a new directory? | 17 Mar 2007 01:38 GMT | 5 |
I'm trying to write a Word macro that will create a new directory on my C: drive. Is this even possible?
|