| Thread | Last Post | Replies |
|
| VBA Excel problem | 25 Feb 2008 21:54 GMT | 1 |
I am new to VBA - has created some simple macros in excel (2002). Now I need to select and delete a row in such a macro. How??
|
| inserting webpage as text into word doc. | 25 Feb 2008 20:17 GMT | 2 |
I am looking for a script or some advises how to write a script that sequentially opens several (specified) html pages, reads the text and inserts it into a word document, one after the other. A little help from my friends out there, please....
|
| What does this WordBasic statement do? | 25 Feb 2008 18:21 GMT | 3 |
I need to understand what this piece of WordBasic code do, in order to translate it to vba. Dim Q As Object Set Q = WordBasic.DialogRecord.EditFind(False)
|
| Looping | 25 Feb 2008 18:16 GMT | 2 |
WordPerfect used to automatically quit the macro when it couldn't find the search criteria anymore. Can Word do the same thing? Tried to do a loop but can't get it to work. Here is my code that I want to keep looping until it can't find anymore occurrences of *#*.
|
| Locating Misspelled words | 25 Feb 2008 17:28 GMT | 2 |
VBA Gerus, Is there a function to locate misspelled words that were identified by Word 2003 & 2007? Thanks. Charlie from Texas
|
| Disabling click and change events in form initialize | 25 Feb 2008 12:33 GMT | 2 |
As with all user forms, if you set the value or state of a control in the initialize macro, then the corresponding _click or _change event macro will fire. I am looking for a way to disable this. I want to set the state and values of controls without firing these macros until ...
|
| se positionner sur un signet placé dans une zone de texte | 25 Feb 2008 09:27 GMT | 1 |
Bonjour, j'utilise la méthode suivante pour me positionner sur un signet: signet= "ici" Set rrange = odoc.Goto(wdGoToBookmark, , , signet)
|
| Word 2003 search macro | 25 Feb 2008 00:07 GMT | 7 |
In Word 2003, it is possible to write a VBA macro that searches for a string, positions the cursor at the string found, deletes the string, leaving the cursor where the string had been located. Such code might look like this:
|
| how to put default suggested filename in SaveAs FileName:? | 24 Feb 2008 20:26 GMT | 4 |
I have the following simple macro to take a selection from a long document and create a new document from it, the problem is that every time I use it, the new file is saved to the same file name and over writes the old one. What I would like is to have the file saved to the ...
|
| Disappearing Commandbar buttons | 24 Feb 2008 18:27 GMT | 4 |
[Word 2002/XP] I have a custom command bar with many buttons... but the two most recently added (invoking trivial macros) seem to disappear from the Controls collection even though they are still visually present on the command bar itself... (Word has been restarted since the ...
|
| How to change an MS Word document's template before opening? | 24 Feb 2008 07:40 GMT | 2 |
Does anybody know how to change an MS Word document's assigned template, preferably before the document opens? DSOFile.dll can't do it, and I'm not sure what else that leaves? Any and all pearls of wisdom welcomed and appreciated,
|
| Code in document to place bookmarked data in Outlook subject line | 23 Feb 2008 23:01 GMT | 1 |
I have a Word document that has bookmark fields. I would like data from some of the bookmarks to show in the subject line when I email the document. We are using Office 97. Can this be done with code in the Word document or is it done in Outlook?
|
| error 5560 | 23 Feb 2008 15:39 GMT | 5 |
I have been using a "Clean up Text" template courtesy of this forum for about 18 months, and have just moved to Office 2007. Now getting Error 5560. Don't know if it is coincidental. The stumbling code (even when there is no text for it to clean) is: .Execute Replace ...
|
| Bookmarks in footer - how to edit | 22 Feb 2008 22:12 GMT | 1 |
Im trying to change the "IncludeText" values in a word document throguh VB (VBA) , I need to change lot of word documents (nearly 500) , I could change the values of the "includtext" fields in the document body using the following
|
| Underline text surrounded by quotes | 22 Feb 2008 19:13 GMT | 3 |
I have a long document that contains hundreds of phrases in quotation marks. Now they want everything in quotation marks to be underlined. Can you assign a range object to text in quotes (not sure how to do that) or is there another way to approach this problem? Thanks for the ...
|