| Thread | Last Post | Replies |
|
| Macro Header | 19 May 2004 19:31 GMT | 3 |
I've written a header macro which includes the date and page number. But, I would also like to include as part of the header the salutation. How do I do this? How do I tell word to look at the salutation then insert that line into the header?
|
| ActiveWindow broken in Word 2003? | 19 May 2004 19:23 GMT | 5 |
I previously posted a different aspect of this as "Word 2003 has wrong active window after replace all" on 30April but it now seems this problem is more severe than I thought. Apologies if this is too similar to be a different subject or should have been posted on application.errors ...
|
| CR/LF in ControlTipText property | 19 May 2004 16:25 GMT | 1 |
Can a CR/LF be included, via the form design window, in the ControlTipText property of a user form object? I can see how to do it via coding, but want to know if it can be done at the time the form is being designed.
|
| Automatically generating document numbers | 19 May 2004 16:21 GMT | 3 |
I want to create a macro that generates a consecutive number and places it in the footer and stores it in a separate document log. For instance, if I write a letter to Jane Doe, the macro assigns it # 001. the Next document the macro would assign # 002. The macro would have to ...
|
| listbox/listindex goes bad (suddenly!) | 19 May 2004 15:55 GMT | 2 |
Hello... I have a multitab userform with many different controls. has a total of 8 listboxes, 7 on one tab of the form, one by itself on a different tab. had programmed both click
|
| VerticalAlignment of the table | 19 May 2004 15:52 GMT | 1 |
how to change with vba VerticalAlignment of the specified table ? tks to all of You konrad
|
| How to get the field object on right click of IncludeText Fragment(Xml Data) | 19 May 2004 15:45 GMT | 2 |
I have inserted the fragments ( Xml data) in the word document thoug the INCLUDETEXT functionality which takes the parameter for Xm Fragment and applied Xsl On this Inserted fragment (XML DATA) now the user does right click
|
| How to get the field object on right click of IncludeText Fragment(Xml Data) | 19 May 2004 15:44 GMT | 1 |
I have inserted the fragments ( Xml data) in the word document though the INCLUDETEXT functionality which takes the parameter for Xml Fragment and applied Xs On this Inserted fragment (XML DATA) now the user does right click private void oWord_WindowBeforeRightClick(Word.Selection ...
|
| How to get the field object on right click of IncludeText Fragment(Xml Data) | 19 May 2004 15:44 GMT | 1 |
I have inserted the fragments ( Xml data) in the word document though the INCLUDETEXT functionality which takes the parameter for Xml Fragment and applied Xsl On this Inserted fragment (XML DATA) now the user does
|
| Mail merge via vba | 19 May 2004 15:44 GMT | 2 |
Hi can anyone help with a web site, help, where i can learn about the VBA code in order to compile labels from an access db, from within excel. I am close, but still need a bit of help.
|
| Styles, setting bullet gallery | 19 May 2004 14:07 GMT | 3 |
I am trying to programatically set styles and I am having problems setting the ListTemplate(number) refer code below. My code is setting the values OK but this code is linking the style to ListTemplate (6) instead of ListTemplate (1 What am I doing wrong or what things should I be ...
|
| Adding Styles to Captions | 19 May 2004 12:53 GMT | 1 |
I was wondering if it is possible to add a particular style to a caption that it can include in the chapter heading. I want to include a style called section heading so the when a caption is added it adds it 1.1, 1.2 etc. At the moment it cannot recognise the chapter heading as ...
|
| Mail Merge Macro | 19 May 2004 10:06 GMT | 2 |
I have a CSV file with content as follows H, Ben, Smith, 5 North Lane, Some Suburb, 3131 D, Bicycle, $120 H, Jill, Brown, 63 Heather Street, Blue Suburb, 546
|
| How to get the field information on right click event. | 19 May 2004 10:06 GMT | 1 |
I have the Word Document containing Fields inserted through includeText Now my requirement is on right click of any field i need the information about it Curently Word.ApplicationEvents4_WindowBeforeRightClickEventHandler provided the selection Object but from selection i am ...
|
| Word Event "MailMergeDataSourceLoad" | 19 May 2004 10:06 GMT | 2 |
In Word 2002, I like to have a macro who run when the active document is linked to a data source for a merge. For this, I use the Word event "MailMergeDataSourceLoad", but with no succes.
|