| Thread | Last Post | Replies |
|
| Compile Error: Method or data member not found | 14 Oct 2007 21:16 GMT | 2 |
I keep getting a message that says the following: Compile Error: Method or data member not found The code looks like this:
|
| Can you load Word 2000 or Word 2003 on the new windows Vista? | 14 Oct 2007 19:46 GMT | 1 |
Help.........are older versions of Word compatible with Vista....I did not get software with my new computer & i want to continue to use older versions of word.
|
| How can I set some style to the words without loss of original underline or bold or other? | 14 Oct 2007 17:57 GMT | 6 |
There is some text, which has a first words with underline or Bold or Italicize. Different. How and can I employ to these words some style BUT these words not must to lost my underline, bold or italicize.Example (thanks Helmut Weber):
|
| How to extract content from other word documents | 14 Oct 2007 09:12 GMT | 2 |
I have a large number of word documents with me and each document contains section called introduction or overview (header 1) (it is either one of the two). I would like to consolidate all of this into a new word document. How do I do the same
|
| How to select in whole document all first words in sentences? | 13 Oct 2007 20:23 GMT | 3 |
There is a document. In this document I need to select all first words in every sentences. And then I need apply some style to these words. How I can do it? Thank you.
|
| how is "/mMacroName" supposed to work? | 13 Oct 2007 06:48 GMT | 1 |
The documentation says to use "/mMacroName" to run a macro when starting Word (from cmd line). But this doesn't work for me. Word starts and then just sits there doing nothing. I have "MacroName" in a .dot file in the Word startup dir (not a
|
| Need code for prompt and find/replace macro - help! | 13 Oct 2007 06:38 GMT | 2 |
Hello - total newbie to this, want to start doing more... I'm trying to set up a macro attached to a document that, after using a hotkey combination, prompts them for replacement text (for example, ABC Company replaced with XYZ Corporation).
|
| The "new page" or "soft page break" event | 13 Oct 2007 03:47 GMT | 3 |
Hello, everyone. When content fills a page and passes the bottom page margin, a new page is automatcially added (i.e., a "soft" page break). What is the event causing this behavior? I would like to modify it to do more than add a page.
|
| Delete Everything EXCEPT Items in a Table | 12 Oct 2007 20:44 GMT | 4 |
Does anyone have a macro that will delete everything in a word document EXCEPT items in a table? Thanks, Ryan---
|
| Find Keyword, Copy Table, and Place in New Document (almost workin | 12 Oct 2007 20:02 GMT | 1 |
I am working with the code below to find all files in a directory, with a certain name, open each, find a keyword, and copy/paste (at append) a table that contains this keyword, to a summary document. This almost works, but not quite. I am looking for the text “Additional ...
|
| Form Creation | 12 Oct 2007 19:11 GMT | 4 |
I would like to create a form, where there is instructions on the form about what kind of information is expeced in a section and who is responsible for the section and then allow the user to type in the required information (usually) a paragraph. When the information is ...
|
| Populating Bookmarks with UserForm Data | 12 Oct 2007 18:58 GMT | 2 |
I often write short and simple UserForms where I want to populate a document bookmark range with the text of a UserForm text field. My normal method of doing this is: Dim oRng As Word.Range
|
| Saving A multi Page Doc? | 12 Oct 2007 18:51 GMT | 5 |
I have a 93 page doc. I need to save each page as an individual document. Is there any way to do that without coping and pasting each page? Perhaps with some code? Thanks,
|
| Protect/unprotect header/footer | 12 Oct 2007 18:18 GMT | 1 |
Can you protect/unprotect a header/footer? Are these sections to which one could apply .protect and .unprotect?
|
| Skipping in a loop | 12 Oct 2007 17:28 GMT | 8 |
Does anyone know a way to loop through all instances in a collection, but *skip* doing something to unqualified members? I know I could go For Each objPara in Selection.Paragraphs
|