| Thread | Last Post | Replies |
|
| Running word from VB6 | 14 Jan 2004 12:22 GMT | 3 |
I want to be able to open word and modify the toolbars using vb6 code and load a document. I then want the code to wait until the document has been closed before proceeding.
|
| Deleting text previously inserted | 14 Jan 2004 12:11 GMT | 3 |
I have a macro which, amongst other things, inserts some text into a document at a bookmark. This works fine, however there are occasions when I need the macro to run again and when it does, I need to delete
|
| RTE 5941 The requested member of the collection does not exist | 14 Jan 2004 11:36 GMT | 1 |
I use VB6 + Word97 late binding. In my application I use docVariables to put a info in a word document. The code that raise the error looks like this: -
|
| How to create a Word Background from VBA? | 14 Jan 2004 08:39 GMT | 1 |
I want to create a new word document from VBA (Access). All goes well, except that I also want to establish a background programmatically. So I made a macro in MS WORD, to see how it's done and then pasted the macrolines in my code, but it does not work ... (those are the ...
|
| Form Field Dropdown Box | 14 Jan 2004 08:37 GMT | 1 |
I would like a message box to pop up if form users tab through the dropdown box without selecting Yes or No..leaving the dropdown box blank. Thanks Heaps
|
| Adding MailMerge Fields | 14 Jan 2004 08:34 GMT | 1 |
How do I add a MailMerge field that contains spaces ... In other words something like ActiveDocument.MailMerge.Fields.Add Selection.Range, "[Phone Number]" Word seems to only see the "[Phone"
|
| Reference: in line Textbox Control Dynamically | 14 Jan 2004 05:58 GMT | 1 |
I want to put several ActiveX textbox controls on a word document. I need to be able to reference them dynamically. For example: I put 3 textbox controls on a document. They are Textbox1, Textbox2, and Textbox3. I
|
| Fields with Formulas? | 14 Jan 2004 02:25 GMT | 2 |
I am a little confused about using the field formulas. I have created two custom properties under the file>Properties>custom i.e. DOCPROPERTY Decimal1
|
| Labels | 13 Jan 2004 23:00 GMT | 3 |
I need some assistance with the follwing: I need to create a macro that will create a page of labels with an existing list. The text to place in each label is separated by a page break. (kind of like it does
|
| Word VBA Reference Recommendations? | 13 Jan 2004 22:37 GMT | 7 |
First, thanks to Doug Robbins for the revealing reply to my "Referring to the beginning of a line" question a few days ago. It opened up the new world of "Predefined Bookmarks" to me. So... are there any books or online sources of info and examples of Word VBA
|
| Word 2000: Open a Secured Microsoft Access Database | 13 Jan 2004 21:04 GMT | 1 |
I am trying to open a secured Microsoft Access database (.mdw) using VBA within Word 2000 and Word 97. I have tried to following line of code, but I get the error "Run-time error '3028': Cannot start your application. The workgroup information file is missing or opened ...
|
| Use variable with Count of GoTo Method of Word 2002 Macro? | 13 Jan 2004 19:20 GMT | 7 |
Why can't I use a variable for the count in the GoTo method to delete merged text? Basically the thought was to use a DoWhile Loop on a merged document to go to the beginning of the second page of each section, go back 2 spaces
|
| If You Were Me, How Would You Do This | 13 Jan 2004 19:16 GMT | 1 |
Afternoon everyone. Here's what I'm trying to do. 1. Scan every Word doc in a user selected folder. 2. Each document has an SSN in it, some where between line 10 and line 14. Most are of the format 123 45 6789, a few are 123-45-6789.
|
| supporting the "for each" statement in a custom collection | 13 Jan 2004 19:15 GMT | 3 |
I've created a collection class in a library add-in template for my organization, and all is well with the exception that "FOR EACH" doesn't work. I've added the following property to the class (found in VB & VBA in a nutshell), but it hasn't made any difference:
|
| Combining Word Documents | 13 Jan 2004 19:02 GMT | 8 |
My task is to combine word documents from a selected folder. I do not want the formatting to be disturbed while combining I'm using the following code:
|