| Thread | Last Post | Replies |
|
| Drop down menu for 100 items & Autocomplete | 03 Sep 2007 16:53 GMT | 4 |
I am trying to design a protected MS Word 2003 template. Data from this form will eventually be imported into Access. One of the fields will be used to do a join on a look up table in Access so the information inputted into the word document must be standardized.
|
| Form Button | 03 Sep 2007 15:49 GMT | 1 |
Hello all, im having a little problem running a macro for e-mail automation on a word document. When creating sheets in excel i used the option button on the forms panel. In my version of word (2003), i can't find the form button, only the controls 'command button'. I have ...
|
| how to store word document content in a variable | 03 Sep 2007 15:08 GMT | 1 |
can you pls send me the code for my below request: how to store word document content in in a variable Regards Raju A
|
| selected previously selected item (bookmark) | 03 Sep 2007 11:56 GMT | 4 |
I have a drop down form field that I want the User to go back into if a certian option is selected. Rather than go for specific bookmark or item names, how would you select the item you just left?
|
| how to highlight found word? | 03 Sep 2007 11:54 GMT | 25 |
following code will find a red fonted word but how would I change it to highlight the word once found? Cheers Geoff
|
| re-select a bookmark on exit in protected document | 03 Sep 2007 10:30 GMT | 13 |
I have a protected document that uses drop down form fields, and on exit I want the form field to be reselected if a certain value is selected. I am using this code for another area to get the name, but i haven't been able to use it as a selection
|
| programmatically move the anchor on a shape in a word document | 02 Sep 2007 05:01 GMT | 4 |
I have this code: object offset = 1; object unit = Word.WdUnits.wdLine; mergeFields.ShapeRange.Anchor.LockAnchor = 0;
|
| VBA_Command Buttons with Form | 02 Sep 2007 03:01 GMT | 3 |
I've been programming in Access VBA for quite a few years and am branching out to Word (smile). I've designed a 3 page form in word (2003 SP2). I am also new to forms. I thought it would be a good idea if I had a submit button on the bottom of
|
| Zip Code Plus 4 Microsoft Word VBA Macro | 01 Sep 2007 22:29 GMT | 1 |
I am using Microsoft Word 2000 and Windows XP. I would like to take an address, send it to the US Post Office website: http://zip4.usps.com/zip4/welcome.jsp
|
| Add UserForm to Control ‘Go to R ecord’ on Mail Merge Toolbar | 01 Sep 2007 19:48 GMT | 7 |
I’m starting a new post; I think my previous post was going off on a tangent that was not really where I wanted to go. Below is the code that was generated by recording a macro in word, while searching for a specific Excel file (Contacts.xls), to do a basic Mail Merge.
|
| Replacing Text w/Autotext - Graham, Gred, Ed, Rus | 01 Sep 2007 19:32 GMT | 1 |
Hi Graham, I did not try your code since your original response (way back when) mentioned replacing entries [A], [B] with Include Text Fields using a document to hold variable info with bookmarked items then an alternate method
|
| Make these macros always available and portable | 01 Sep 2007 13:48 GMT | 2 |
Hello experts, I have two macros that I want to be available at all times (and easlily portable to users). These macros instruct Word to show the document's FULL PATH in Word's title bar - VERY useful indeed (I'll show the macros below).
|
| Replacing Text w/Autotext - Greg, Ed, Graham,Russ | 01 Sep 2007 11:42 GMT | 18 |
Hi Greg, Ed, Russ, etc. Greg, tried the code you gave me: Sub ScrathMacroII() Dim myArray As Variant
|
| Reselect the drop down box on exit macro when not tabbed out of | 01 Sep 2007 06:53 GMT | 3 |
I have a protected document that uses drop down form fields, and on exit I want the form field to be reselected if a certain value is selected. I am using this code for another area to get the name, but i haven't been able to use it as a selection
|
| How do I create Macros for frequently used words & Phrases | 01 Sep 2007 06:43 GMT | 1 |
I want to be able to record a macro: For example, let's say I use the word bookkeeper very often and I want to be able to type "bkpr, space bar" and then the word spells out. Is this possible with word and if so, how do I do it?
|