RE: Separating a word file using executable script
- From: "Anand.V.V.N" <AnandVVN@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 10 Jun 2005 01:58:01 -0700
Hi Tom,
This can be done in Visual Basic in case if you want it to be a stand alone
application. you good in Visual Basic Tom? Or else you can write a VBA code
that would open that file and then search for application number.
Either way Tom the method is same. What's the number format i.e. is it like
1,2,3,4 etc or or is it a combination of a pattern and a number i.e.
<application numebr>1,<application number>2 etc?
If it a number search the document for number that appears only once, after
the number how many lines are there, a single line or multiple line?
Anand
--
"Who will guard the guards?"
"Tom" wrote:
> I have a 200 page word document that contains information on applications.
> There are 50 unique application numbers in the file. I would like to obtain
> some script that will do the following:
> 1. Find the unique application numbers (which is a bookmark) in the 200 page
> word document.
> 2. and separate and save each application number into it's own the word
> document.
> 3. in a folder on my c drive.
>
> I'm hoping that the script will be an executable file. I want to place the
> 200 page document
> in a folder along with the script and run it from the folder.
>
> We do not create the files at our office. They come from many sources
> outside our office so I have no control
> over changing the way we receive them.
> Can some help?
>
> Thanks for your help
> Thomas - vba deficient
.
- Follow-Ups:
- RE: Separating a word file using executable script
- From: Jeanne Moos
- RE: Separating a word file using executable script
- References:
- Prev by Date: Re: Using "Table.Style" in pre-2003 Word
- Next by Date: Command Button In word
- Previous by thread: Separating a word file using executable script
- Next by thread: RE: Separating a word file using executable script
- Index(es):
Loading