| Thread | Last Post | Replies |
|
| Loop through all properties | 08 Apr 2005 16:41 GMT | 3 |
I'm looking for a way to loop through all the properties of a Style (and maybe other objects in word) so that I can strip out everything and read the settings placed on them. i.e. For Each oProp in Activedocuemnt.style("Stylename")
|
| Table in Word XP | 08 Apr 2005 16:34 GMT | 4 |
I am looking for some help to fix the following problem. When I create a table in Word, it it possible to add a row by pressing the Tab key when the cursor is in the last cell of the table. I wish to be able to lock up the number of row so that it become impossible to add another
|
| How can I load a library in a Macro. | 08 Apr 2005 13:55 GMT | 1 |
I have to make a macro that calls a library to show several forms when the user press the macro-button before the document is saved. I remember I have done so with word 97 using LoadLibrary("file.dll"), but with word 2k it seams it is not possible.
|
| How can I reference another project as Normal? | 08 Apr 2005 13:38 GMT | 1 |
i can call normal function, Sub Foo() normalfunc ' normal.normalfunc End Sub
|
| Problem creating Attribute on XMLNode | 08 Apr 2005 13:36 GMT | 1 |
I'm trying to write some C# code that automates Word to do the following: - Open a document - Attach my custom schema - Search the document for some specific text
|
| word doc with fillin fields opens with no toolbars | 08 Apr 2005 13:34 GMT | 1 |
I'm using vba to open word documents using templates. I've got a problem where if I open a document using a template that contains fillin fields, the document opens (after the user has entered values into the fillin fields), but with no toolbars - not even the
|
| How to shift up lines in a Word template (.dot) when previous row. | 08 Apr 2005 13:29 GMT | 1 |
In a Word template created for users to enter row values, if a value is desired to be left blank, how can I shift up the following rows to fill the line left blank?
|
| FileName on Last Page of Word Doc | 08 Apr 2005 12:34 GMT | 12 |
Can anyone help me with the code for the following: Open the footer Insert FileName (including path) preferably without the file extension
|
| Delete tables in the page footer | 08 Apr 2005 10:57 GMT | 1 |
I have two tables in the page footer and want to delete one of these, depending on what optionbox in the form is selected This code is not working so I need something similar.? ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
|
| adressing cells in table | 08 Apr 2005 10:22 GMT | 1 |
Dear experts, how can I select a cell in a table, some cells of which are 'connected' in the column next to it? The error message reads that an addressing of any cell is not feasible in a table whose cells are connected in any of its columns.
|
| Need help in Find and Replace function | 08 Apr 2005 07:51 GMT | 1 |
I have a large Word document and I need to Find certain text and Replace it with a pre-defined bookmark. How? Thanks.
|
| Delete 'filename and path' field from footer | 08 Apr 2005 01:41 GMT | 1 |
Hi There, I want to create a macro which deletes the field (File name and Path- FILENAME \p ) from footer and then insert my customized footer. I don’t know how to delete this fields I tried many different ways but none work properly please help. thanks!
|
| Create User form | 08 Apr 2005 01:31 GMT | 1 |
I'd like to create a form to e-mail to users so that when they type in the spaces provided, the text behind their input does not move.
|
| Inserting table at cursor | 08 Apr 2005 00:27 GMT | 1 |
I want to insert a table at the cursor and place the cursor in the first cell. I'm using : Dim oTbl as word.table
|
| How do I stop creation of new styles with every format change? | 07 Apr 2005 21:25 GMT | 2 |
I have a set list of styles created in an older version of MSWord that are part of a template (.dot). I used to be able to manipulate an instance of a style without Word automatically creating a new style (i.e., style named "text" has 6pts of space before and after, but for one ...
|