| Thread | Last Post | Replies |
|
| I no longer have the cd for xp and word won't do certain function | 28 Oct 2006 08:31 GMT | 1 |
I have windows xp but, I no longer have the cd and I am not able to use certain functions on microsoft word and other programs ( such as in microsoft word I can't use the dictionary or look up a word. Please help. ~Thanks~
|
| Help needed with Mailto: command | 28 Oct 2006 08:22 GMT | 4 |
Can the mailto command use strings and variavbles from inside the word document? e.g. have a block of text once in a document and reference this text in the
|
| Delete a Basic Form | 28 Oct 2006 08:18 GMT | 1 |
Strangely, what apperas to be a basic table (or form) has sprung up in word document I am using. I did not knowingly insert it. I am not a Basic expert. When I try to simply delete the commands or erase them, the file becomes corrupted.
|
| Pagination problem | 28 Oct 2006 07:10 GMT | 2 |
This is a 950 page book set using Word2003. I have to return the book to the publishers both in hard copy and on CD, the latter in one (huge) file, in Word, double-spaced so the printers can print. The problem is how to set up the pagination. There are opening
|
| merging template with rtf | 28 Oct 2006 03:46 GMT | 7 |
is there a proces that when a rtf files is created from an Access Report to specify which word Document (in this case a template) the rtf is to be included in.
|
| Macro's in MS Word leading into Outlook | 28 Oct 2006 01:50 GMT | 1 |
I have a table set up in MS Word. I have a column that the answer is either Y or N. What im looking to do is, when a user enters a Y, this automatically opens an email from outlook.
|
| Action on New Page | 28 Oct 2006 01:46 GMT | 3 |
Is it possible to automatically invoke a macro when a New Page is created in a Word Document, either by reaching the end of a page, or by inserting a page break? I'm thinking in a similar way to AutoNew or AutoOpen...
|
| Problem formfields in table | 28 Oct 2006 01:46 GMT | 1 |
I'm working with a form that is made up of several tables. The table has several formfields. The user goes thru them and is prompted to add another item. The macro adds a new row and creates new formfields. See code below: The problem that I'm having is when I go to type in the ...
|
| Do not select paragraph mark | 28 Oct 2006 00:39 GMT | 6 |
I have this macro that when the user selects a term or sentence in a document, then it pastes it to an external application and does its thing. The macro begins
|
| check if specific picture exist in footer | 27 Oct 2006 23:12 GMT | 1 |
i need to check if specific picture by pic name or something else is exist in the first page footer or in the primary footer. i need to check it with VBA code from macro in word thanks
|
| Error 462: Server not available | 27 Oct 2006 22:37 GMT | 2 |
I execute a program from Excel that copy excel table into Word and format the table thereafter. Sometimes (about 1 time on 3), the program stop at the following line: .LeftIndent = CentimetersToPoints(0) (see program below) The error message is: "Error 462": Server not available
|
| Determine position in table | 27 Oct 2006 22:17 GMT | 4 |
I have a macro that I want to restrict the user from using when the insertion point is only in column 1 of table 4. I have been using 'Selection.Information(wdWithInTable)' in other macros but is not specific enough for this application.
|
| Help Needed Speeding Up Code | 27 Oct 2006 20:31 GMT | 3 |
Hi, Everyone. I've got the following code: Sub Datamerge() Dim rDcm As Range
|
| Find.Text found but Replacement not exectuted. | 27 Oct 2006 20:08 GMT | 9 |
I type the word "One" in a document, select it and bookmark it as "BM" I run this code: Sub Scratchmacro() Dim oRng As Word.Range
|
| How to change the size of a text box on a page | 27 Oct 2006 16:31 GMT | 2 |
I am writing a macro to change the size of a textbox that already exists on a page to match the top and bottom margins on that page. I could not find a specific example from the posts. Any help would be appreciated. Regards,
|