| Thread | Last Post | Replies |
|
| AutoExec macro in Word project won't run when Outlook is running | 29 Apr 2005 18:09 GMT | 2 |
I have an AutoExec macro in a '.dot' project saved in the StartUp folder. It is supposed to run everytime I run Word. It does, except that if I have previously started Outlook (with Word selected as Outlooks e-mail editor), the AutoExec will not automatically run. Why? How can I get ...
|
| "Getting rid" of tem,plate information | 29 Apr 2005 18:08 GMT | 3 |
I have a document, based on a certain template. This template is placed on a server. When I mail documents based on this template to customers, and they try to open the document, Word starts searching for the template in the customers.
|
| How I can change the default font size in normal.dot via VBA | 29 Apr 2005 17:40 GMT | 2 |
Hi There I need to change the default font from Times New Roman 12 pt to Times New Roman 11 pt in Normal.dot. I know how do to that manually but I need to change the font by VBA in a master template and then update all the users Normal.dots by pushing out the master template. ...
|
| Linking check boxes | 29 Apr 2005 17:16 GMT | 4 |
I have a form with two lists of checkboxes. Some checkboxes from list A should automatically choose a particular checkbox from list B. So, for instance, if any one of checkboxes 1, 3, 5, or 7 is checked, then checkbox 10 should also be checked. Only one of 1, 3, 5, or 7 ...
|
| Opening webpage from vba without opening new IE window | 29 Apr 2005 14:52 GMT | 2 |
I can open a webpage from vba a couple of different ways: pAddress = "C:\Program Files\Internet Explorer\IEXPLORE.EXE " & sAddress Shell pAddress, vbNormalFocus Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE _
|
| number of lines a cell | 29 Apr 2005 09:16 GMT | 1 |
What method would I use to calculate the number of lines in a cell within a table programmatically?
|
| Find 2 lines of text, not one | 29 Apr 2005 07:16 GMT | 1 |
what do i use to find two lines of text. I am searching through a 10,000 page file that is a billing file. the only thing that specifies a change in bills is two lines. So i haev to find two lines of text, then replace those two lines with themselves, plus a section break ...
|
| VBA Script to Run immediately after document is run | 29 Apr 2005 07:15 GMT | 2 |
I need to code VBA to run immediately after a dcoument opens. Any suggestions would be appreciated
|
| automatically typing the same text in two text boxes | 29 Apr 2005 06:54 GMT | 3 |
in ms word 2003, suppose you have two text boxes in a document, you want whatever is typed in one to appear in the other automatically (or through a macro), have any ideas on how to set it up? Thanks for any help
|
| Message box needed or if/then? | 29 Apr 2005 01:51 GMT | 5 |
I would like to make some custom message boxes in response to some particular errors. One error is '4605' and one is '5894'. I believe there is a way to look for a particular error code and then substitute your own custom message box?
|
| Drop down_drop down list | 29 Apr 2005 00:13 GMT | 7 |
I have developed a word 2000 form template which is protected. The user fills in the blanks. There is a header (but not in the header) that I want to be able to drop in one of several 2-line addresses. Dropdown has one line limitation, can dropdown list "break" a line to ...
|
| Undoing custom actions | 29 Apr 2005 00:02 GMT | 2 |
Is there any way to customize the undo feature in Word? I have macros that do some rather complicated things, and would like the user to be able to undo everything in one step. Is this possible? I might be able to write another macro that undoes what the first macro did, if ...
|
| Clearing Whitespace after a bookmark | 28 Apr 2005 23:52 GMT | 2 |
I have a bookmark at the end of template called End. I'd like to be able to programatically get rid of any extra whitespace or unessary pages after this bookmark using a macro. Any suggestions? Any help would be greatly appreciated.
|
| Document Protection - Editing Restrictions | 28 Apr 2005 22:42 GMT | 1 |
I set up a fill-form template in Word 2003. When I tried to set editing restrictions for users to only enter in data fields I set up, the whole window was "grayed out" so that I couldn't make any selections. How can I change this to be normal, useable?
|
| How do I insert a drop down menu in a document header? | 28 Apr 2005 22:26 GMT | 1 |
I am creating a template using Word. I need to insert a drop down menu in the document Header. I can not add a drop down menu to the header.
|