| Thread | Last Post | Replies |
|
| Populating a Word doc table from Excel | 14 Jan 2006 05:39 GMT | 3 |
I want to poulate a Word doc table with data from Excel. The Excel data is held in two adjacent 10 row columns (say A1:B10) where some Excel rows may be empty. First column contains text, the other a value.
|
| Creating Module that Runs When Document Opens | 14 Jan 2006 01:00 GMT | 1 |
Word 2003. I want to create a subroutine or macro that runs when my document is opened. How may I set this up? Thanks for the help.
 Signature Dr. Doug Pruiett
|
| VB printing merge Word document automatically - working intermittently | 13 Jan 2006 22:02 GMT | 4 |
Our application has the ability to use Word mail merge to generate court documents. Based on different scenarios in the application, certain options can be set to control the function of the form automatically. One of these options can instruct the form (VB script in
|
| Translation Macro | 13 Jan 2006 20:55 GMT | 2 |
Hello folks, first of all I would like to thank you for your effort and great help. I wrote a macro that I use to translate short texts into French. I worked on the assumption that the first lines of the macro are
|
| Word Font Size in VBA Help | 13 Jan 2006 20:23 GMT | 2 |
Can anyone suggest an easy way to increase the font size of an entire document (including headers/footers) by a certain percentage? I know I can do it by going through word by word and setting the font size to the original font size multiplied by a factor, but this
|
| Can I use a Macro within a Word Formula? How? | 13 Jan 2006 19:24 GMT | 2 |
Currently, I use a formula to interpret a bookmark used in a form to display a converstion. The formula is currently one of two options, so I use an if statement. I would like to change it to one of 20 options. I would like to use a Macro and pass thh bookmarked value to the ...
|
| Formula for using SUM feature is fill in table | 13 Jan 2006 17:36 GMT | 1 |
I have two columns in my form. When the staff inputs their information into the forms, I want each column to be added. B2:B10 and C2:C10. How can I accomplish this with a fill in form? Thanks in advance
|
| Default values for Find | 13 Jan 2006 15:58 GMT | 2 |
With the following code, if I don't set the values for MatchWildcards, Wrap, etc, what are the default values? Are they the values used during the last Find? Do While Selection.Find.Execute(FindText:="Txt",
|
| Saving a document in multiple locations at one time. | 13 Jan 2006 15:22 GMT | 3 |
I would like to be able to save a single document in multiple folders at one time. So I guess that means all these folders must be linked. Thanks
|
| Stopping users Saving a form | 13 Jan 2006 13:45 GMT | 2 |
I have a question about employees on a network being able to save a form once finished with. The current concept is that my Company has various forms that employees can fill in online, print off and send in to be processed. As many of these forms are to do with claims, various ...
|
| Problems with Word VBA automation | 13 Jan 2006 06:59 GMT | 10 |
I have two problems. 1) I am copying shapes from Excel 2000 to Word 2000. I am trying to PasteSpecial as EMF and Placement:=wdInLine but the shapes do not copy as InLine. They become stacked on top of each other eventually causing the
|
| Matching if not a particular color | 13 Jan 2006 05:10 GMT | 6 |
What I want to do is to find and replace if the text if not red in color. I mean: with activedocument.range.find .text="test"
|
| hanging indent | 13 Jan 2006 05:05 GMT | 1 |
I'm using Visual FoxPro to automate Word. I'm inserting text into a Word bookmark. I need to insert a tab and hanging indent into my document. I used CHR(9) to insert the tab. Is there a code to add the hanging indent?
|
| Setting the focus to a textbox | 13 Jan 2006 03:51 GMT | 2 |
VB 6.3 I must be going blind: I know I can use .SetFocus programmatically, but is there a way to set it as the default in the Properities list?
|
| original settings? | 13 Jan 2006 03:48 GMT | 1 |
My MicrosoftOfficeWord 2003 program has all sorts of strange settings on it as soon as i open a new document. I wonder if there is any way I can change everything back to its original settings when the program was first downloaded?
|