| Thread | Last Post | Replies |
|
| Changing Templates During Merge | 01 Feb 2007 19:19 GMT | 7 |
I think this involves using VBA as the solution. I have 2 templates defined. I need to setup a mail merge using a csv file as my datasource. Depending on a value in the CSV file, I need to toggle between
|
| Copy table column from multiple word files into excel | 01 Feb 2007 17:48 GMT | 3 |
I have hundreds of word files in a folder. Each file contains a table with two columns. I want to copy the right most column from each word file into 1 excel worksheet, but opening each word file individually and copy/pasting will take me forever. Does anyone have code the ...
|
| Programming Compatibility | 01 Feb 2007 16:56 GMT | 2 |
Word: XP (Rollout of 2003 soon) OS: Windows XP I want to set a documents Tools|Options|Compatibility to what ever version of Word a user is running.
|
| Summing fields in a selection | 01 Feb 2007 15:48 GMT | 1 |
I have this document where some data is imported automatically in to some fields. The document could look like this: Chairs 100
|
| Move to tab location in document using paragraph index & tabstop i | 01 Feb 2007 09:41 GMT | 9 |
I need to move to a specific tabstop within a document. I know which paragraph it is in, and know the tabstop index for the tabstop collection for the paragraph it is in. The question is: how do I place my cursor at the actual tab in the document that is represented by this ...
|
| Word macro warning | 01 Feb 2007 09:31 GMT | 3 |
I have XP Pro SP2 which is fully updated. I accessed a site using IE7, copied some text and pasted it into Word 2003. I saved the document and, when I reopened it, I was warned about it containing a macro. I did a virus scan which was clear.
|
| Unique numbering of a Word template each time it opened | 01 Feb 2007 07:53 GMT | 1 |
I need a unique numbering each time I use a template.....so I can use the numbering for indexing
 Signature May the force be with you!!
|
| Find/Replace! Please | 01 Feb 2007 07:51 GMT | 1 |
I'm having the followig problem. I do have a timeline like the following (ET is Easter Time): 10:00ET - Xxxxxxxxx 12:05ET - Xxxxxxxxx
|
| User forms and CheckBoxes | 01 Feb 2007 07:37 GMT | 3 |
I have a form that starts with a questionnaire and uses the information in the questionnaire part to create a letter. For example The questionnaire asks the name of the customer in a text form field, the age of the customer in a text form field and I was trying to use check
|
| Lowering Inline Shapes - How does Mathtype/Equation Editor do it? | 01 Feb 2007 06:35 GMT | 1 |
If you insert any picture into the InlineShapes collection, the picture sits with its base on the line of text. The only way I have found of lowering such a picture is to select it and use the Font.Position property - or Format / Font / Character Spacing from the menus.
|
| Learning Macros | 01 Feb 2007 02:29 GMT | 3 |
Is this the right forum? I've gotten advanced enough with customizing Word, that I need to be writing more complex macros and managing them. I'd like to learn more about Macros and beginning VBA.
|
| How can i merge 4 large documents (more than 3MB each) | 01 Feb 2007 02:09 GMT | 4 |
I finished write a book that has 5 chapters in word. The text include mathematics (I used mathtype) and each chapter has a size of more than 3 MB. I do not succed to merge the whole book in a single file. How can I solve this problem with word, as i need to include table of ...
|
| Deleting shapes | 01 Feb 2007 00:42 GMT | 5 |
I have the following macro that allows the user to draw vertical lines in the document. How can I remove all of them later from the document at one time without removing other shapes in the document? Sub NewLine()
|