| Thread | Last Post | Replies |
|
| Renaming loaded file and deleting the old file | 28 May 2008 16:45 GMT | 2 |
Word 2003 I have a routine that I have tied to FileSave that compares the filename to a filename generated by looking at the document variables. If the filenames do not match, the existing document is saved to the
|
| Word Template Locations | 28 May 2008 16:04 GMT | 2 |
Thought this might be the best place to ask this; if there's one better, let me know and I'll slip over there. I've been checking out where Word 2002 (Word XP) stores its templates. Apparently they are all stored in
|
| Using range object instead of selection object | 28 May 2008 15:09 GMT | 2 |
Hi and sorry for what will be a stupid question, but I just cant suss it. I have some code that types text into a document (and performs multiple other tasks on it), but as I have multiple docs open,
|
| VBA function to look for styles | 28 May 2008 13:41 GMT | 4 |
This question was posted on the word general questions discussion, but I think that it can fit better on this discussion. I need a function to check if some style is present in a determined page. I will use that function in the header to decide when to show it with a field
|
| Calendar has stopped working | 28 May 2008 12:49 GMT | 2 |
I have several userforms and each contain a calendar popup. They all worked perfectly until today. Now they have all stoppped working. The problem appears at line 16 when the word "Format" appears highlighted in blue and an error message appears stating "Compile error - wrong ...
|
| Autonaming doc on save using data from fill-in fields | 28 May 2008 11:10 GMT | 3 |
I have read a couple of threads asking for similar stuff to what I'm looking for but can't seem to get anything to work for me! I have a word doc template that prompts the user upon opening to enter info in fill-in fields. The fill-in fields are also bookmarked and ref fields
|
| Checkbox in first cell doesn't work | 28 May 2008 09:00 GMT | 2 |
I have a table, 2 rows by 19 columns. The second row contains one checkbox in each cell and the checkboxes in Cells 2 -19 work perfectly. The problem is the checkbox in the first Cell doesn't work. When I try to
|
| Can a word doc be made to 'remember' its web server location? | 28 May 2008 06:56 GMT | 1 |
Our workgroup accesses word templates via a Web enabled document directory system on a web server. Users log in, navigate to a desired folder, download a template (.dot), use it locally to generate a .doc, spend some time editing/saving/modifying the .doc locally, and then when ...
|
| Macro to unlink in nonprimary header | 28 May 2008 06:30 GMT | 3 |
I have written a macro that removes all fields from the document after the user populates it using dialog boxes (Ask fields). My problem is, I included coding that unlinked all fields in the header, which I thought was a grand idea until I realized that it also unlink the Page ...
|
| Selecting a word then applying bold format | 28 May 2008 04:06 GMT | 5 |
I'm having trouble selecting a particular word and then applying the bold format to it. Does anyone have some example code to get me started. Thanks in advance, dy29832
|
| macro to create and mnipulate sections in word | 27 May 2008 23:27 GMT | 1 |
I need to create a macro that: 1. open a new section in the middle of the document, so the first section will be section 1, the second section section 2, and the third section section 3.
|
| Wherein my mistake? | 27 May 2008 20:59 GMT | 1 |
I need to insert field into footer. Field of number pages in active document and minus 1. That is field: {={numpages}-1} I try it insert with next code: sub insPN ()
|
| Underline bookmarked text | 27 May 2008 20:36 GMT | 5 |
Thanks to this group (a prior post) I have been able to place text into a Word template using the method (partially) listed below. But I would like the placed text to be underlined. If I insert a ".font.underline=true" or ".font.underline=wdUnderlineSingle" I get nowhere.
|
| Need to find a phrase with total match | 27 May 2008 20:01 GMT | 2 |
I need to write a macro to find the exact match of a phrase. For example, I need to find "David Dyson" in the following paragraph: He is David Dyson. David Dyso is a famous man in country X. David Dysonn is a merchant. The father of David Dyson is Peter Dyson.
|
| in properties how to change the date of creation? | 27 May 2008 19:27 GMT | 1 |
how do i change the date ofthe file created which appears when you right click properties,summary , as i wish to change the date of creation
|