| Thread | Last Post | Replies |
|
| Sending document as Email attachment | 15 Feb 2007 20:26 GMT | 1 |
I've been working on code to send a document as an Outlook attachment with a specific Email address in the CC field. I've managed to do this pretty well with help from this site. Everything appeared to be working well, and then all of a sudden the Email message opens with a ...
|
| Deleting bookmarks doesn't work | 15 Feb 2007 17:16 GMT | 4 |
I have a template with 2 formfields containing the following bookmarks: - Name - Place
|
| How to Make Word 97 UserForm Modeless | 15 Feb 2007 16:27 GMT | 2 |
Hi, my main goal that I am trying to accomplish is having 2 command buttons be visible at all times within a document. The simplest way (if my company was using a newer version of Office) would be to create a modeless UserForm. So needless to say, I am having an issue with this ...
|
| expand to end of line | 15 Feb 2007 15:56 GMT | 7 |
I need to find a character then select to the end of the current line, but not select anything in front of the character. Later I will make a font change but I can work that out... Im working with:
|
| Remove all section breaks | 15 Feb 2007 12:25 GMT | 7 |
I have mailmerged a document and the page numbers are all the same "1 of 75" how do I remove all the pagebreaks and make each section follow on - so that I have 1 of..., 2 of ..,. 3 of 75 etc. D Dawson
|
| execution is non-linear? | 15 Feb 2007 11:13 GMT | 15 |
I've been puzzling over this for a while. I've created a print macro which allow for duplex printing. A brief skeleton looks like this: 1. User selects printer
|
| page numbering | 15 Feb 2007 07:04 GMT | 1 |
I need some help on page numbering. I am creating a template for our procedure group. In the header I have the page numbering (X of Y) for the hole document. In the attachment page of my template, I created a footer so I can number the pages of each attachment. An example would ...
|
| Inserting Autotext entries from a template file in the startup fol | 15 Feb 2007 03:41 GMT | 4 |
I'm trying to create a template file that I can distribute to other users at my company. What they want is to be able to push a button and a section break will be inserted at the top of the document and a form will be inserted above the break. I have created the code to do it. ...
|
| Macros | 15 Feb 2007 02:26 GMT | 1 |
I want to be able to write a macro which does the following after you press "ctrl-d". 1. Show document properties. Once info added and OK clicked, move to 2. Save as...waits for directory and filename prompt. Click Save and move
|
| Word 2003: Programmatically adding one or multiple tables | 15 Feb 2007 00:53 GMT | 6 |
I am using Word 2003. I've ran into a problem trying to print more than one table in the document. Here is the picture ( hopefully I'll be able to express it correctly
|
| Form will not display on start up | 14 Feb 2007 21:35 GMT | 1 |
I feel stupid for asking this but cannot figure out why my form won't show...I have a few forms that search an SQL Db based on criteria entered by users...the first form that comes up however should display at start up asking what kind of search to perform...this was working
|
| Grabbing an Outline Heading | 14 Feb 2007 18:50 GMT | 4 |
In an outline numbered document, does the body text know anything about the outline section in which it appears? I have an outline numbered document and want to create a macro tol capture certain text from the body, and in the front of the text, I want to put the level 3
|
| word counts diff in Word and macro | 14 Feb 2007 17:50 GMT | 3 |
Does anyone know how to count special characters within a range? A macro that includes ActiveDocument.Words.count gives a different result for count than Word's word count toolbar. The latter produces the right result. The macro seems to be including the "paragraph mark" and ...
|
| Move to Previous Row in Table | 14 Feb 2007 17:04 GMT | 2 |
This just HAS to be a dumb question. I've looked around, but haven't had much luck finding what I hope is an equally dumb answer. I have a macro that inserts a new row into a table and that much of it works fine. When the new row gets inserted into the middle of a table, the ...
|
| VBA and specific numbering | 14 Feb 2007 16:05 GMT | 1 |
>From an english and a french document, I've created a new bilingual document. I would like now to change the page number with the following serie: , ,1,1,2,2,3,3 which means that the two first pages have no
|