| Thread | Last Post | Replies |
|
| List o Pages in Document | 27 Nov 2007 19:11 GMT | 2 |
I frequently have to create controlled documents that include a "List of Effective Pages" showing Page Number, Revision Level and Revision Date. All of this information is contained in the Footer of each page, but I have to manually create the list after revising the document. Is ...
|
| Macro to resize and center align pictures, charts, canvas in MS Word document | 27 Nov 2007 18:53 GMT | 2 |
Hey people, I am novice to word VBA programming. I have a word document and it contains, pictures, charts and canvas (powerpoint slides).
|
| Turn off replacement status indicator when running a VBA macro | 27 Nov 2007 18:36 GMT | 1 |
I created a word macro (word 2003, windows XP) that uses replace to get rid of space characters in tables. Some of these tables are large and there are a lot of replacements. A replacement status indicator shows up at the bottom of the word pane which greatly slows the ...
|
| Problem with macro (cut out old table, replace with new table) | 27 Nov 2007 18:33 GMT | 4 |
The following macro works ok if the user selects the table for cutting out first, which he is supposed to, or, clicks either before or after the table (because then there is a message box which asks the user to select the table first).
|
| How to send user to a particular part of a Word document from Access/Excel? | 27 Nov 2007 17:59 GMT | 3 |
I have a manuals for my systems in Word. At various places around my Access and Excel systems I would like to place help icons - when the user clicks these my VB will not only open the document but open it to the correct heading/page that discusses the feature near the help icon
|
| Word 2003 read rtf file into textbox | 27 Nov 2007 16:58 GMT | 3 |
Is there a way to read a .rtf file into a textbox I only would like te read the text without the format, without actually opening the file. thanx
|
| VBA to delete a row based on rows being filled. | 27 Nov 2007 14:19 GMT | 1 |
Here is my code. I move information from one sheet to another. This part works fine. I then woudl like to delete rows if there is nothing in columns J, M, S, and V. Someone had given me the code to go through the sheet. Hopefully someone can help me.
|
| VBA code to position a frame object... | 26 Nov 2007 22:13 GMT | 15 |
Hey Gang, Word 2003, Windows XP I have a document I am developing for a client (friend) that requires the use of outline numbering. I have created the STYLES, etc. and all is going
|
| Combo Box without form protection Word 2003 | 26 Nov 2007 21:49 GMT | 1 |
I want to add a number of combo boxes to my document but I can't have form protection turned on as the document is used by MS Navision as a template, which won't work with any protection turned on. I tried using form protection on just a section of the document, but this doesn't ...
|
| No ProgID is available for this object. | 26 Nov 2007 21:09 GMT | 1 |
I have an Excel Chart object (Excel.Chart.8) in MS Word document. I'm trying to access the chart. But I sometimes get an error. The following is my program. Dim i As Integer
|
| word picture | 26 Nov 2007 21:07 GMT | 1 |
how can I set a password on my word picture file?
|
| How to get Save Event from word using Automation? | 26 Nov 2007 20:57 GMT | 1 |
I am using Word Automation. I got the documentevents for Close & Open. Now I want the events for Save. I got article from msdn but that is for .net (BeforeSave). I want for Save Event for following
|
| Passing Ms Word Data To Access | 26 Nov 2007 18:02 GMT | 7 |
I have built a MS Word 97 form that sends data in the bookmarks to a table in Access 97 when I click a command button on the Word form. With the help of Robert Morley, Thanks Rob, I am able to get the data into the Access table. The problem is that if a bookmark is a Date/
|
| ChangeFileOpenDirectory | 26 Nov 2007 10:24 GMT | 7 |
I have installations of the identical VBA program on 20 different computers. I use the following command with some frequency. ChangeFileOpenDirectory newpath With Dialogs(wdDialogFileOpen)
|
| Disable close button on Word 2007 Options | 26 Nov 2007 08:40 GMT | 2 |
Hi I am using the following vba code to disable the close button of MSWord. It works fine in all previous version of word but does not work for word 2007.
|