| Thread | Last Post | Replies |
|
| Writing word doc using two language in parallel | 14 Feb 2007 12:52 GMT | 2 |
I need to write contracts in two languages. I made to columns, one for each language without any problems. But I also need to have separate TOC and headings and numbering for each language. Do you have any suggestion to solve this case?
|
| VBA in Word 2007 | 14 Feb 2007 12:49 GMT | 1 |
I have an application that creates reports from my database using VBA macros. It has been rather videly used for several years now. I have tried to look at word 2007 specs but cannot find any mention of VBA. Will VBA still be supported in word 2007?
|
| Automatically update | 14 Feb 2007 09:56 GMT | 2 |
I have a field for "last save by" in document. When I save, I would this field should automatic update.Please help!
 Signature Anni
|
| Can't run Word Viewer | 14 Feb 2007 05:41 GMT | 3 |
Someone please help. I've installed 2003 Word Viewer on my computer but when I try to open it up and launch it I keep getting prompted to Reinstall it. I then get through the prompts to reinstall untill I'm told Viewer has been succussfully installed but the same problem ...
|
| How to make objects "float"? | 14 Feb 2007 04:45 GMT | 8 |
Is there a way to make objects "float" on the screen? In other words, stay in the same screen position, while the user is scrolling vertically and horizontally? I am specifically dealing with combo boxes that need to remain visible in a lengthy document.
|
| Can't get macro to add header or number pages in Word 2007 | 14 Feb 2007 03:03 GMT | 1 |
I am trying to record a macro that does a variety of things, and can't get it to work. I want the macro, in addition to other things, to create a header; and I want the header to include a line that says Page x of y.
|
| Coping info from form to form | 14 Feb 2007 01:29 GMT | 19 |
I have a form that has text, check and combo boxes in it. Is there a way to copy the information from a existing form thats filled out to a new form?
|
| 5941 error on formfield code | 13 Feb 2007 22:53 GMT | 2 |
I have a macro set for the 'Exit' of a checkbox. In the macro I have the following: If ActiveDocument.Formfields("Check1").Checkbox.Value = True Then This line gives me an error 5941
|
| Can you apply styles as you write output to a Word doc? | 13 Feb 2007 22:42 GMT | 1 |
I'm creating a Word doc with some VBA code. I'm getting all the content correctly, but I need to apply some styles. The finished product could be any number of the following chunks of text. Section Label
|
| moving the cursor to find location | 13 Feb 2007 21:52 GMT | 2 |
Hi, How does one move the cursor to the beginning of a "find" location (in a macro)? I would like to select all the text from a point determined by a "find" back
|
| Document Dropdowns Reference | 13 Feb 2007 21:44 GMT | 1 |
How do I refer to a document dropdown without using its name. Like in Excel I use Sheet1.DropDowns(dropdown_name). How can I do that in Word? It's not a form fied so it does not work when I do FormFields. I would like to have a loop for the dropdowns in my document.
|
| Calculating from a dropdown box? | 13 Feb 2007 21:29 GMT | 6 |
How do I get a calculation to work from a dropdown box in a Word Form? I know how to make =(Field1)*(Field2) work properly but what if one of the fields is a dropdown box? That normal formula isn't working.
|
| macro to select text from one point to another | 13 Feb 2007 21:27 GMT | 5 |
I would like to mark up a text and have a macro select the pieces of text from one mark to another (eg all text between * to %), copy it and then paste it into a new file. Any suggestions on how this can be done neatly?
|
| determine the largest width for all rows w/in a table | 13 Feb 2007 20:16 GMT | 5 |
I need to get the max width of each table in my document. Looking through other posts in this forum, I see that one table can contain rows with different widths. I would like to retrieve the width for the widest row of my table -- in effect retrieve the maximum width of the ...
|
| VBA Help File | 13 Feb 2007 20:08 GMT | 3 |
Does anyone no if it is possible to open the VBA Help File from Word2003 as a stand alone file? I find the new format of the VBA help in Word2007 practically worthless. It contains very few examples, and the very helpful "See also" feature is gone.
|