| Thread | Last Post | Replies |
|
| Create a macro for finding a text i:e "The" and period "." | 07 Apr 2006 00:04 GMT | 2 |
Please let me know coding for creating a macro how to find a text ie "The and period "." in whole word document.!!!!
|
| Working with all files in directory | 06 Apr 2006 23:44 GMT | 8 |
I am trying to open all files in a directory and then run a third-party line count program for which I don't have access to the programming. So far I have come up with the following code, but there are a few problems: Sub HannaniLineCount()
|
| Word template based files | 06 Apr 2006 22:54 GMT | 3 |
I'm interested in automating the replacement of templates for 100s of documents. I know how to relink to the new template, but is there an easy way update the old text and objects from the old template w/o having to recreate the documents from scratch?
|
| How do I save a file using the value entered in a text form field | 06 Apr 2006 22:07 GMT | 2 |
I have a word document that myself and others on my team must fill out repeatly. I created a simple template for the basic form to automate the process, I would like to automate the "Save As" file name using date from one of the "Text form Fields". the file name would be
|
| Auto name multiple bookmarks | 06 Apr 2006 22:05 GMT | 4 |
I have a user that is under the gun to add tab order to a Word .dot with ~ 500 form fields, many of which are 'duplicates' of each other. For example, the form looks something like this:
| Emp1 | Job1 | Job2 | Job3 | |
| recently used files, editing | 06 Apr 2006 20:30 GMT | 6 |
This macro displays the files in the recently used file lists, and allows the user to optionally remove selected files from the list. The files are not deleted from the system, they just are no longer in the recently used files list.
|
| Newbie Macro Question: Deleting all words on a line except a special string | 06 Apr 2006 18:27 GMT | 1 |
Hello. First off I want to apologize because I already posted in microsoft.public.word.word97vba but upon further research, I think this is the better newsgroup for this issue. I'm really learning macros to work with this current project. I
|
| Download full dictionary | 06 Apr 2006 16:06 GMT | 8 |
I've been searching the newsgroups but can't find the answer................can anyone tell me where I can download an English dictionary from so that I can generate random words AND specify whether each word is a verb, noun, pronoun etc.
|
| Type mismatch error when using 'With' on variable declared 'As Object' | 06 Apr 2006 15:19 GMT | 3 |
I wrote a Microsoft Word automation app in VB, which I am now porting to VB script. My initial code looked like this, and works fine: Dim o as Word.Application Set o = New Word.Application
|
| Word Macro Search Next | 06 Apr 2006 13:57 GMT | 5 |
My main question is : What is the syntax for searching for one prespecified term in a Word (2000) doc, stopping to edit it, then progressing to the next occurrence, etc to the end
|
| TrackRevisions method not available error | 06 Apr 2006 11:16 GMT | 1 |
We are working on word customization using VSTO 2005. In our code for some functionality we need to enable and disable trackchanges. for that we are doing something like this, if (this.TrackRevisions == true)
|
| Creating a "Click and Save" button | 06 Apr 2006 11:11 GMT | 1 |
Hi there, hoping someone can help me.. What I'm trying to do: I've got a document that we want to post on our intranet that users can make revisions on and send back to me. The end users are not the most computer
|
| dir command vba strange behaviour | 06 Apr 2006 07:29 GMT | 3 |
A question. I have many directories and files in them. I wrote a vba script to rename the files in the directories. The files must have the name of the directory where it's in:
|
| help on installing | 06 Apr 2006 05:26 GMT | 4 |
how can i install office word to my computer i have windows xp please help you can e-mail me at any e-mail 1.morenobx78@optonline.net 2.Daredevil19782@aol.com or 3.moreno_chulo1978@hotmail.com
|
| Code Problem | 05 Apr 2006 22:20 GMT | 3 |
Hi, I havesome trouble making ths excel macro work. What I need to do is to open a word document that is uplodaded by it´s linked data to the excel, then I need to save it and then print it. The troubles are that it waits the application to finish when it
|