| Thread | Last Post | Replies |
|
| start taskpane | 13 Sep 2005 00:59 GMT | 1 |
My taskpane starts every time I open word. I have allreade been under tools/options/wiev/ and unmarked "start taskpane" what shall I do? / Paulina
|
| Color Picker for Word VBA | 13 Sep 2005 00:29 GMT | 2 |
I am about to try to write a sub that displays Words' colour-selector dialog and returns the colour (code) selected ISTM that this MUST have already been written? Anyone know of a source? Eddie
|
| Email envelope | 12 Sep 2005 23:16 GMT | 2 |
Hi, using Word 2000, I want to emmulate >>File >>Send to >>Mail Recipient. In later versions of word it is possible to use the MailEnvelope object to reference the To and Subject fields. In Word 2000 the MailEnvelope is not included in the Word Library - I maybe
|
| DocVariable field | 12 Sep 2005 19:17 GMT | 2 |
I am trying to use this field in a template to insert the same information into all document headers and footers based on this template (a Different First Page header/footer is needed). The header & footer on all pages will be the same, with the exception that the first page ...
|
| How do I prevent macro from replacing entire footer? | 12 Sep 2005 18:45 GMT | 4 |
I currently have a macro that pulls in external information into the footer(s) of my document and thus far, the information comes over just fine. However, I am not familiar enough with VBA to: 1. make sure that the info appears in EVERY footer (whether the section is
|
| Embedding a response email addeess in Word forms | 12 Sep 2005 18:40 GMT | 1 |
A wonderful find - the "Forms" facility (I thoruoughly recommend it to other users). Have managed to set up a great questionnaire which is ready to send out...BUT: In order to have a word doc. in forms mode, it needs to be sent to someone as an attachment (the form fields - drop ...
|
| Bold Specfic Word | 12 Sep 2005 18:38 GMT | 1 |
How do I bold specific words in VBA macro for word? The macro works like so.....I build a string, then apply the string to the Sheet's range text property. The problem is that there are specific words inside the paragraphs that must be in bold. Is there command that I can put
|
| Making mail merge work with protected cells/data | 12 Sep 2005 17:56 GMT | 2 |
I have a mail merge document that includes a table. I would like to protect some of the cells in the table so that users cannot edit them. The "Protect Document" options in Word are not available (grey-out) for merge documents. How can I work around this issue to protect specific ...
|
| Find & Replace | 12 Sep 2005 16:21 GMT | 2 |
I am having a very interesting problem. I'm coding some VBA to do a global Find and Replace. Below is the code that I'm using. It seems to work fine except I won't do a Find & Replace in the Header or Footers. It works fine on the rest of the document.
|
| Explanation Please | 12 Sep 2005 16:15 GMT | 5 |
Will one of the Masters please explain why Sub Test() below will work buy Test1() won't? Sub Test() Dim oAge As String
|
| Headers and footers not saved in XML format | 12 Sep 2005 15:34 GMT | 1 |
I've inserted some text into a Word document using the wordApplication.Selection.InsertXML() method. Then I've added headers and footers as follows (this.document is the active document): HeaderFooter header =
|
| Programatically display Cross reference Error message | 12 Sep 2005 13:48 GMT | 2 |
I recently upgraded to Word 2003 from 2000 and found that a few helpful error messages I used to get no longer appear when I update the fields in the document: * whenever a bookmark used in a cross reference was missing, I used to get
|
| Why do my custom icons and toolbar disappear after I restart Word | 11 Sep 2005 15:45 GMT | 1 |
I created some Macros and had them grouped up in one toolbar. But each time I restart Word, the toolbar is still there but all the icons in it are gone and so are the icon changes I made (like the style and image).
|
| Deleting Unused Styles | 11 Sep 2005 13:08 GMT | 3 |
Using Word 2003 Any reference to deleting unused styles from a template as not used in a particular document. Thanks
|
| Capturing ENTER keypress in a listbox | 11 Sep 2005 01:17 GMT | 1 |
I have a listbox name lstOptions in a form named UserForm1, which I use in Word. I wish that when the user presses the Enter Key in that form, it will run a procedure named "CompleteByListSelection".
|