| Thread | Last Post | Replies |
|
| windows messagebox | 30 Jun 2005 12:14 GMT | 2 |
i have created a subprocedure that opens docum,ents and copies details from the to be added to a document it then closes the document but i get the message "you have copied a large ammount of data to the clipbourd do you wish to make it available to others or words to that ...
|
| What is the VBA for protecting a document | 30 Jun 2005 11:42 GMT | 9 |
We have created a document thatputs in demographics automatically. In order to make this work, the document cannot be protected. After the demographics are fed in, I need to protect the document to make the rest of the form usable to our staff. I would like to enter VBA code into ...
|
| New VBA documentation? | 30 Jun 2005 11:19 GMT | 2 |
Is there any reference available that lists new objects/methods/properties for VBA in 2002? I looked on the MS Office Developer pages and there is a clear (hopefully complete) list of new stuff for 2003, but the 2002 section just seems to give an alphabetical list without ...
|
| Create Macro using VBA / Macro | 30 Jun 2005 11:01 GMT | 13 |
This great code (code1) is found in here to paste unformatted text, I have used this and assigned it to a shortcut key using code 2. Now I would very much like to share this with my collegues and I therefore need to know how I use a third macro to add the first macro (code 1) to ...
|
| Dictionary Files | 30 Jun 2005 05:30 GMT | 1 |
Word uses lex files for it spelling dictionary. does any one know how to read, edit, and/or create new lex files. Any programs out there to do this?? thanks
|
| Making a macro repeat | 30 Jun 2005 02:03 GMT | 1 |
I have written a macro (Word 2000, but I guess it will work in other versions too) that does some manipulation I want. But it just does it once. Can anyone tell me what code I need to wrap it in to make it run repeatedly to the end of the document?
|
| Finding Frames In The Footer | 30 Jun 2005 01:58 GMT | 1 |
I am trying to identify all items in a footer, especially objects like frames. If the footer is selected, the frames are easily seen: Selection.Frames.Count Count may be greater than zero (if any are present). However, in trying to
|
| Opening Word | 29 Jun 2005 22:28 GMT | 3 |
I am opening Word from another application through a macro where I do a lot of manipulation in the file and then I show it in print preview. I don't want the user to see the file until it's ready to be shown in print preview. I immediately make the window minimized and ...
|
| comparing two TOCs | 29 Jun 2005 21:13 GMT | 1 |
Okay, I have two tables of contents in two separate files. A few of the entries in them may be repeats (each is updated regularly, and each will have different entries each time, with possible different overlaps each time). I need to, from one of the files, run a macro that will ...
|
| can i put a jpeg in a header? | 29 Jun 2005 19:36 GMT | 1 |
I need to create a document that will place a jpeg of our town seal on the top of each page. I would think that this should be done in the header but I cant seem to find a way to get a graphic in there. I also need to have fillable text fields on the pages, is this possible in
|
| find automatic numbering macro | 29 Jun 2005 17:47 GMT | 3 |
I created a macro that finds various manual numbering in the document, deletes it, and depending on the location of the number from the margin, applies a heading 1-5 style. The problem I'm having is finding current automatic numbering in the
|
| Automatic execution of vBA code when a word document is opened | 29 Jun 2005 17:40 GMT | 2 |
I have created a template with forms, modules and a document_open.cls in the 'ThisDocument' document-open event handler under the project. The document-open code sets up a custom toolbar that with tools that call routines in the VBA module.
|
| Message Box in Word | 29 Jun 2005 17:31 GMT | 5 |
I am not a programmer but need to have a Word template display a message box when the user clicks the print button. Can this be done. I need the box to inform them that they need to have the form signed before it is faxed. Any info would be great..
|
| Can I highlight the subject of a bookmark? | 29 Jun 2005 16:17 GMT | 3 |
I was wondering if there is a way to enhance a bookmark, so that in addition to jumping to the specific section chosen, the information contained in that section would also be highlighted (i.e. the other areas dim, or the selected area is marked in a fluorescent color)? I'm ...
|
| Find command | 29 Jun 2005 15:56 GMT | 1 |
Does this command return a code that i could test (such as a boolean found/not found) ? Selection.Find.Execute (i would like the program to stop if the string i search is not found)
|