| Thread | Last Post | Replies |
|
| Deleting images | 11 Jul 2005 15:11 GMT | 2 |
I have many Word file with an image (in the header or in the page, but just one image). I need the VBA code to delete the image (I know how to load all the .doc files).
|
| Clear out check box | 11 Jul 2005 14:31 GMT | 1 |
I am using MS Word 2002 and I have a check list consist of check boxes. What I want to do is when the user finish printing the check list I would like to have a command button that will clear out the check mark in the various check boxes. How does one do this? Any help or tips ...
|
| Force field to be CAPS | 11 Jul 2005 14:00 GMT | 3 |
I was wondering if someone could help me. I am creating a VBA Word Letter Template and want one off the address field to be capital letters. Is their away to force this using VBA? I have tried using
|
| Create WordML via XSLT with embedded macros | 11 Jul 2005 13:57 GMT | 2 |
I have some XML file and want to transform it into Word(Processing)ML via XSL-Transformation. I want to include some vba macro in it which runs when the document is opened. By looking at a WordML document with macros in it I learned that the macro
|
| I can't exit design mode | 11 Jul 2005 13:38 GMT | 3 |
I have designed a form in Word 2003 with text boxes. When I try to exit design mode the error message "Can't exit design mode because Control 'TextBox141211' can not be created" appears. I can't find text box 141211. Thanks
|
| Copying and pasting in a macro | 11 Jul 2005 11:53 GMT | 1 |
I have tried to create a macro to print to file. I typed the file name, then recorded the macro to cut the name and write to file, pasting the text I had cut as the file name. The problem was that the macro did not remember the instructions to cut and paste. Can I get round this ...
|
| How can I.... | 11 Jul 2005 11:08 GMT | 1 |
I have some code (attached at the end of this question). However, I cannot figure out how to keep this from adding a row if I use the mouse to click into another form field. Any help would be appreicated.
|
| Word object and its Enumerations | 11 Jul 2005 10:59 GMT | 2 |
I need to store various printer settings into the database (this would be done by the user thru “Maintain Printers” screen). 1. In what format I’ve to store the printer information (paper source, papersize …)?
|
| Finding file across drives | 11 Jul 2005 08:47 GMT | 1 |
Could someone please point me into the right direction. A file "test.doc" needs to be located across different drives. Actually the file resides on a memory stick, but the drive assignment of the memory stick can vary from D:\, E:\, F:\ and so on, depending on the configuration of ...
|
| find text and then copy all the paragraph before the text to a new file | 11 Jul 2005 08:41 GMT | 1 |
I want a macro that finds a specified text to a brunch of word documents , and then copy talla the paragraphs (one or more) before this text to another word file. I have made the macro up to the point of opening all the docs from a
|
| Command Line Parameters | 11 Jul 2005 03:44 GMT | 1 |
Is it possible to pass Word custom command line parameters For example "winword .exe <<FileName>> /<<Custom Parameter>> And if so, how are the parameters accessed. Thanks in advance.
|
| Can I Hide a Macro | 11 Jul 2005 03:16 GMT | 2 |
I do not want users to change my macro. Can it be compiled or hidden so users cannot change or access it? Thanks F
|
| Pagination is changed by Close/Open | 10 Jul 2005 22:29 GMT | 2 |
Synopsis: When new doc created by VBA, it has 25 pages. After closing and opening, it has 23 pages. (Copied from microsoft.public.word.pagelayout, having had no reply after 3 days.)
|
| Sort multidimensional array | 10 Jul 2005 21:56 GMT | 1 |
Can anyone tell me how I can sort this array? As you can see I tried to use wordbasic.sortarray but it don't work. Erase liste() Open AdresseBane For Input As 1
|
| Entire form blinking when only one object needs to be repainted | 10 Jul 2005 18:31 GMT | 3 |
I'm using a userform to display a progress bar, which is much smaller than the userform itself. Problem is when I do the 'operations' and I want to update the progress bar, I have to update the entire userform, using:
|