| Thread | Last Post | Replies |
|
| Word macro | 29 Sep 2005 21:31 GMT | 1 |
does anyone have a Word macro that deletes every double occurences of a word in a list? I want this example: ability
|
| Dialog Box | 29 Sep 2005 20:13 GMT | 6 |
I would like to have a dialog box appear each time a Word Document is opened. The dialog box will only be a notice to users when opening the document, so the option they would have to close the dialog box is "OK". How would I do this? I am working on Word 2003 on XP ...
|
| Avoid deletion of text based on colour? | 29 Sep 2005 19:40 GMT | 1 |
I'm currently working with a template that contains a lot of text in a which should not be deleteted by the user. This text is inside protected sections and has a different colour thant the user-text. Due to numerous problems with these protected sections (e.g. spellchecking, ...
|
| How to perform a "pseudo" ActiveDocument.protect | 29 Sep 2005 19:01 GMT | 2 |
I have a need to prevent changes from being made to an ActiveDocument. The limitation is I'm trying to "band-aid" a 3rd party application. It breaks if the ActiveDocument is protected. I know that I can capture the user moving the mouse (i.e making a selection) via
|
| VBA coding to delete styles | 29 Sep 2005 18:40 GMT | 2 |
I want to delete all styles from the active document and copy new styles from another(xyz.dot) template. What will be the coding? Thanks
|
| Word macro to send an email | 29 Sep 2005 18:29 GMT | 2 |
What kind of macro would work to send a document to a specified email address from Word? In Excel you have the code: Sub Send()
|
| Hidding test based on style | 29 Sep 2005 18:24 GMT | 1 |
Some time ago the following code was posted to this newsgroup as a way to hide/display text based on its style. Sub ShowMessages() With ActiveDocument
|
| Open as New document... | 29 Sep 2005 18:18 GMT | 2 |
Is there a way using VBA to open an existing document or a template as an unnamed document, similar to double-clicking a .DOT file and having it open as Document1? I'm trying this but it only opens the document, which I don't want
|
| Date formats in merge fields | 29 Sep 2005 17:48 GMT | 1 |
I am running a mail merge from Excel to Word including a series of dates. My dates are displayed as 19/07/2005 in Excel (UK format) but in my merged Word document appear as 7/19/2005. How can change the format of my dates so that the correct format appears in my Word
|
| Howto query the template a document is based on? | 29 Sep 2005 15:53 GMT | 5 |
is there a way to query the template a document is based on (normal.dot, letter.dot, custom.dot etc...) from a vba-addin-code?
|
| Looping through text boxes to change font | 29 Sep 2005 15:35 GMT | 2 |
I'm wanting to create a macro to change the font in all text boxes with a document. I'm guessing I need to select each box and change the properties....one at a time. Each document has different types of objects (Select All doesnt work).
|
| Checking readonly & password without opening file | 29 Sep 2005 15:19 GMT | 1 |
Hi, I'm trying to check the Read Only and Password protection properties of a list of Word (and Excel) files by a macro. Is there a VBA method, that I can use in batch, to check these properties without actually opening the file itself? If the
|
| COM Addin "Macro Not Found" AFTER sucessful run | 29 Sep 2005 15:11 GMT | 1 |
I'm working on a VB6 COM Word Add-In for Word2000 and later. My dev platform is word 2000. I have added a command bar and button to the toolbars. When I click on the button, I display a simple msgbox to confirm that my event sink is
|
| VBA - Replace filename | 29 Sep 2005 14:40 GMT | 1 |
I'm just trying to create a little macro to search for the mergefield filename (in any format) and replace with {filename \* lower \p \* mergeformat}. For some unknown reason it really doesn't like this. I've turned on codes,
|
| How can I help my son with QBasic for a Compter Programming class | 29 Sep 2005 14:38 GMT | 1 |
My son is taking a test he needs help with a computer programming class on QBasic the test is this Friday.
|