| Thread | Last Post | Replies |
|
| cross reference | 25 Sep 2006 09:59 GMT | 4 |
Is it possible to crossreference to a specific style? I´m making a template with some special functions. Now the user want a function to be able to crossreference to a specific style. Can you somehow get the crossreferencedialog to onley show for example heading 9 ?
|
| Apply template to a document | 25 Sep 2006 07:48 GMT | 2 |
Not an experienced Word programmer but have experience with Access and Excel VBA. I am trying to write some code which applies a user specified document template to the current document.
|
| best way to learn VBA for Word? | 25 Sep 2006 04:01 GMT | 2 |
i find that many of you guys are expert in doing VBA coding. I am a newcomer in this field. It would be great if you can give me some links where i can learn VBA coding easily or you can tell me how you learned it. Any help would be very much appreciated.
|
| Find and Replace with VBA | 24 Sep 2006 20:41 GMT | 2 |
I use an Script which Finds som words and replace it. For every Word to replace i use the following code: Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| Disable Tab Key | 24 Sep 2006 18:59 GMT | 6 |
Hello all, Im aware a message was posted befoe which contained lots of rubish, any idea how to disable the TAB KEY with vba please
|
| just starting | 24 Sep 2006 14:59 GMT | 5 |
If you can point me to a faq or topic, thank you. If not, bear with me. I have not used VBA before. I have a Word document using placeholders/variables. It is used by another application that fills in user data based on the variables. I would like to personalize the form a bit ...
|
| open Multiple word document why use only one winword.exe process? | 24 Sep 2006 14:46 GMT | 3 |
open Multiple word document why use only one winword.exe process?
|
| replacing different highlightings with different symbols | 24 Sep 2006 11:16 GMT | 4 |
I need to print a lengthy word document with many highlightings with different colors. As the printer is preventing me from distinguishing one color from another, I'd like to have a macro which replaces the highlighting with some conventional text to recognize it: e.g.: red
|
| Preventing flashing? | 24 Sep 2006 07:05 GMT | 1 |
I have a VBA macro that automates a mail merge, and it works well except that it's constantly refreshing the display, which is both annoying and slow. Is there a way to tell Word to temporarily suspend its refresh until the macro is done? This is on Word 2003. Thanks.
|
| Calculate present age from DOB in form field and system date? | 24 Sep 2006 06:02 GMT | 3 |
I have a "smart form" using Word form fields. I need to program a formula that calculates the present age in years, months, days from the date of birth (DOB) in one field as compated to the current system date. Any help?
|
| Autotext - help with Multiple inserts | 24 Sep 2006 01:46 GMT | 1 |
I have VBA routine that automatically inserts and Randomises ATe from attached template (document) and you insert number for Integer 1 2 50 etc. And it tosses in some random ATe entries. Great educationally. I would also like to be able to select A1 A2 A3 A4 A5 A6 or B1 B2 or even ...
|
| Show a list of files in a specified directory with an command button | 23 Sep 2006 22:38 GMT | 2 |
I try to see the list of the files in a specified directory. I try to do it with a ncommand button in a access form. Give the list of all the files (word-documents and e-mails) in for instance the directory c:\My documents/ examples
|
| Open a specified file with a command button | 23 Sep 2006 22:25 GMT | 2 |
I work with access and I try to create a command button to open a word-file. The file is by instance document1.doc in the directory c:\My Documents\examples\document1.doc
|
| Possible to create TXT for every page in DOC file? | 23 Sep 2006 18:04 GMT | 3 |
Hi I'm new to VBA and I'm not sure if this can be done... I have over 80 *.doc files and they have anywhere from 50 to 1000 pages in them, and I need to find a way to export a TXT file for each page break
|
| Option Button - import into Access | 23 Sep 2006 17:52 GMT | 1 |
I'm trying to import information from a word template into an Access database. I'm having a problem writing code to import the option buttons. This document is a survey which has 5 options per statement. I've grouped the 5 options by naming them the same name under Group Name. ...
|