| Thread | Last Post | Replies |
|
| Word VBA underlining problem. | 29 Oct 2005 19:13 GMT | 4 |
Hello NG friends, I am trying to create a students' worksheet which identifies spelling errors by underlining them (wavy) in the text. Each error word is then followed by a short line of calculated length depending on the
|
| RedefineStyle Command | 29 Oct 2005 16:00 GMT | 2 |
What's the VBA code for the Word command "RedefineStyle" (redefines the current style based on the selected text)? TIA, Andy
|
| Find Dialogue Box | 29 Oct 2005 15:04 GMT | 17 |
I want to find various words in a document using the following method: I will copy a word to my clipboard, and then: Create a macro to take that word from the clipboard and find it in the text of a Word document.
|
| Programmatic Interface to Open Word Document to specific numbered section? | 29 Oct 2005 11:52 GMT | 1 |
Does anyone know of a way to programmatically open a word document in its own independent window to a specific numbered header section? (My preference is 'C' or 'C++', but if you know of a way in VB or any other language, I'm listening.
|
| why message: Do you want to save the changes you made to xxx.doc? | 29 Oct 2005 11:26 GMT | 3 |
I am running some code in Excel to print all Word .doc files in a particular folder. With one particular user there is a message popping up when he runs this in Word 2002, but fine in Word 2003:
|
| Setting a Path in Word VBA | 29 Oct 2005 08:34 GMT | 1 |
I found the following macro on the internet (from someone else's question)and it is working for me, except that it is saving the documents all to my C drive. How can I program a path eg. C:\A_Data\Word\Merge
|
| Delete command button, but not other shapes in document | 29 Oct 2005 04:22 GMT | 1 |
I need a macro to delete a command button, but not other shapes in the document. How can I delete only the command button? And this must be a solution that works in several different documents, some with other shapes, some with the command button being the only shape.
|
| Disable protection ? | 29 Oct 2005 01:51 GMT | 1 |
I need to disable the protection of a Word document. It is a template and contains several macros. I forgot the password. Please help.
|
| Error whilst fields are updating | 29 Oct 2005 00:01 GMT | 20 |
I have designed a report template using ASK fields (the report cannot be protected and tables are not practical). A macro placed in the ThisDocument module prompts the ASK fields and it all works beautifully except that whilst the prompts for the ASK fields are on screen you can ...
|
| How can I customize a word template so ALL users use the same sett | 28 Oct 2005 23:07 GMT | 1 |
In researching what settings are saved where, I found that some Word settings are saved in normal.dot, others in the user profile, while still others are stored in the registry. I need to include a macro used by all users as well as have all of the settings in Tools, options set ...
|
| Method 'SaveAs' of object '_Document' failed | 28 Oct 2005 21:08 GMT | 1 |
We have a application that initializes a word instance to perform a mail merge. After the merge while executing the following line objWordApp.ActiveDocument.SaveAs txtOutputfile.Text We receive the Error message “Method 'SaveAs' of object '_Document' failed”
|
| How to overwrite keyboard shortcut | 28 Oct 2005 13:01 GMT | 1 |
I have a Mac G4 and within the Word application, shorcuts are assigned to various keys of the keyboard. For example alt-a types the special character æ I want to assign another macro in Word to this keyboard combination.
|
| table object in word | 28 Oct 2005 11:48 GMT | 1 |
I've written some VBA to work in word. I'd like to create a table object, similar to a form object, that is only accesible from the VBA editor. I want to be able to load this table into a recordset that I can then search through in code. Is this possible, and if so, can
|
| Try to find letters that are good and put them in the samples | 28 Oct 2005 11:48 GMT | 1 |
---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this
|
| Accessing cells in an 'uneven' table | 28 Oct 2005 08:52 GMT | 3 |
I know that you can use cell(row, col) to access a particular cell in a table. But what if some cells have been merged and others have been split, which makes the definition of row and col tricky. Is there still a way to access individual cells?
|