| Thread | Last Post | Replies |
|
| Checkboxes disappear | 09 Apr 2005 09:29 GMT | 1 |
I have an unprotected document with checkboxes that User A sends to User B. I can right click on the boxes to look at properties and get a "Check Box Form Field Options" dialog box. What I cannot figure out is why User B cannot SEE the checkboxes.
|
| VBA to remove modules in .DOT | 09 Apr 2005 08:58 GMT | 2 |
Is there a good strategy using VBA to remove (essentially) all VBA code? I have some code in a template --in the Document_New() of the ThisDocument-- and I have some supporting code in module "myCode" Once this has run in the .DOC created from the template, none of it ever
|
| delete section breaks | 09 Apr 2005 02:00 GMT | 1 |
for word xp, how could i delete all the section breaks in a document in vba? thank you, william.
|
| Tables--Reading them Quickly | 09 Apr 2005 01:08 GMT | 5 |
I have a pretty fast machine (everything else I do goes at 'lightning speed'). Yet it takes almost 20 seconds for my computer to read the 300 row/2 column table. Am I doing something inefficient with this formula? -------snip-------------
|
| how can i sort a 241 page document in word 2003 | 09 Apr 2005 01:01 GMT | 2 |
|
| Programmatically Modify Code in Word Document | 09 Apr 2005 00:40 GMT | 1 |
I am attempting to open the VB Editor in a word document and modify some existing code. Example: In my code, I would like to change "ODBE.CalcTotal" to "CalcTotal". I have to do this for about 100 word documents, so I did not want to manually do it.
|
| AutoText fields inserting as static text | 08 Apr 2005 23:47 GMT | 1 |
Program: Word 2003 Not sure how to describe this correctly, but when one of our users inserts an AutoText entry that contains a field code, such as Filename and Path or a date field, Word is inserting the *text* of the code, i.e. _ FILENAME \p _
|
| Auto Fill Contracts | 08 Apr 2005 21:48 GMT | 1 |
In a contract I have the same name appearing over and over on the signature pages. How can I type it in once and have it copied throughout the document?
|
| Input box | 08 Apr 2005 21:47 GMT | 6 |
I have a document which is the minutes of a meeting. I have a macro, which prompts for the meeting number, that I access numerous times during the editing of the document. I want the prompt to appear only the first time that the macro is run. The code I wrote is as follows:
|
| Specify Number of copies and individual footer for each copy. | 08 Apr 2005 20:14 GMT | 3 |
I have a document that I need to print exactly 3 copies of. On each copy I want a different footer, like "Customer Copy", "Our Copy", "File Copy". How can I do this programatically?
|
| Can I force a SAVE | 08 Apr 2005 19:27 GMT | 2 |
I have designed some Word userform templates (based on Word 2000) and I am wondering if I can force people to Save a document as soon as it has been generated, and before they begin to add additional text to the document
|
| Blocking margins | 08 Apr 2005 19:11 GMT | 5 |
Is it possible to block margins in a .dot so that margins cannot be modified in Word documents (.doc) based on this model ? Thanks a lot for helping.
|
| Merging Two documents and have them print duplex as one document | 08 Apr 2005 19:04 GMT | 2 |
Here is what I need to do - I have a word document with several pages (grade reports), usually in the thousands. Each page is a separate grade report. I have a generic letter that I would like to print out on the back of each grade report (duplex printing). How can I add this ...
|
| Macro to format pictures | 08 Apr 2005 17:59 GMT | 4 |
I find that I often need to copy pictures (for example screen prints) to Word and then format them. Often I use the same formatting over and over. I'd like to write a macro to do this for me. Unfortunately I'm not very familiar with the Word object model.
|
| Making an available printer Active | 08 Apr 2005 17:27 GMT | 6 |
Hello all, I'm not quite a novice but... I've seen the article on word.mvps.org about getting a list of all the available printers and can get it into a ListBox without any problem. But how do I get one of the printers from the list to be the ActivePrinter ?
|