| Thread | Last Post | Replies |
|
| Automation between Excel and Word | 09 Sep 2004 23:50 GMT | 1 |
I need to invoke an existing Word document from within Excel VBA. I know Excel but not Word VBA. How can I invoke the Word object, then copy all of the file's contents and dump it into Excel? Thanks.
|
| Updating existing form/document | 09 Sep 2004 21:43 GMT | 1 |
I have changed a template - adding a DocVariable field, deleting a DocVariable field and adding bookmark. There are several documents which have been created using this template and need to be updated. Is there a way to do
|
| Make WinWord come with windows!!!!!!!! | 09 Sep 2004 21:34 GMT | 2 |
Is microsoft so in need of money they would make Windows XP without WinWord and require everyone to buy it for more money. Seriously, who was the brainiack who came up with that idea.
|
| wild card replacement text in a macro | 09 Sep 2004 21:21 GMT | 1 |
I would appreciate help the following. I would like to replace all occurences in a document of the following line: \centerline{\includegraphics[ANYTEXT]{ANYTEXT}R
|
| Insert picture into a table in header | 09 Sep 2004 20:30 GMT | 3 |
My code to insert a picture is below. I have a 1row x 2column table in the header and I would like to place this picture in the right column of the table. How can i accomplish this using code?
|
| how to move sequentially thru text | 09 Sep 2004 19:26 GMT | 2 |
I have need for walking thru the text of a document sequentially and add info to each line as a function of its position in the document. In Access one can use a recordset or load a recordset into an array, operate on the array, and then write it back out. How does one do it in ...
|
| good conversion tool | 09 Sep 2004 19:21 GMT | 3 |
I am looking to convert about 50 macros from wp to word can someone tell me if there are any good tools to help in that process Thanks
|
| Silly Question but... | 09 Sep 2004 19:17 GMT | 1 |
How many characters are allowable for a "name" when you are converting an inline shape to a shape? example: ActiveDocument.InlineShapes(1).ConvertToShape.Name = ShapeName
|
| Overflow msg received when converting to shape | 09 Sep 2004 19:15 GMT | 3 |
How many characters are allowable for a "name" when you are converting an inline shape to a shape? example: ActiveDocument.InlineShapes(1).ConvertToShape.Name = ShapeName
|
| Incorrect Field Validation | 09 Sep 2004 16:38 GMT | 1 |
I am trying to validtae that a field has a value more than 1. I am using the following code from the word.mvps.org site. Works correctly for any numbers 0 through 9 but does not work for 10, 11, 20, 21 etc. Obviously due to some issue with the number of digits that it is ...
|
| Multilanguage Pack Detection | 09 Sep 2004 16:33 GMT | 1 |
Is it possible to detect (using vba) if the user has the multilanguage pack on their PC? I am using Word 2000 on Windows 2000 and Windows XP machines. I want to offer a language choice for those that have the multilanguage pack, but not for those that don't. Thanks!
|
| endnote program | 09 Sep 2004 16:29 GMT | 1 |
How I can use the features of Endnote program (version 7) with office word 2003 (Professional edition) I used to find it under tools bar in office XP.
|
| Editing Word files over the internet | 09 Sep 2004 16:28 GMT | 1 |
I need to find the best way to edit Word documents over the internet. Multiple users would like to view and add to a common file on the server. We are looking for a thin client solution -- code on the server feeding a web browser and Word on the client. It is very likely that this ...
|
| how to extract data from bulletins | 09 Sep 2004 13:19 GMT | 2 |
I have a document which is roughly in this format Title 1 (underlined) bulled item several dashed items
|
| Form fields | 09 Sep 2004 11:52 GMT | 2 |
Form fields must apprear in grey whatever the user setup is. What woud be the code to force / ensure that this color is the defaut every time the user create a new blank form from a template? Alain Kadlec
|