Re: send text from word doc to .txt file
From: sarah (sarah_at_discussions.microsoft.com)
Date: 02/17/05
- Next message: Jean-Guy Marcil: "Re: DocumentChange event: microsoft bug?"
- Previous message: sarah: "Re: send text from word doc to .txt file"
- In reply to: Jean-Guy Marcil: "Re: send text from word doc to .txt file"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Feb 2005 08:53:05 -0800
i want to perform a spell and grammar check in a minority language on the
text in ms word.the checker is in perl and is used at the command line - dos
prompt by typing the name of the perl module and the .txt file you wish to
check for errors.
i am sending the text from a word document by using the vba behind word to a
.txt file. I want to do this as the user types so that it is continuosly
checking spelling. I think i will need to use some kind of loop.
The grammar check will not work on a .doc file as there is a lot of
formatting - extra white spaces.
"Jean-Guy Marcil" wrote:
> sarah was telling us:
> sarah nous racontait que :
>
> > Is there a way to select all of the text on an open word document
> > through vba and send it to a .txt file?
>
> Why VBA?
> You can save as *.txt from the Save As dialog.
>
> > Also could this be done continuously so that the word document and
> > text file contain the same words?
>
> What do you mean by "continuously "?
> As you type? Whenever you save? Periodically?
>
> > What about formatting in word, is there a way of getting past this so
> > that extra white space is not sent to the txt file?
> >
>
> What do you mean by "extra white space"?
> Double spaces between words? Empty paragraphs? Both? Something else?
>
> --
> Salut!
> _______________________________________
> Jean-Guy Marcil - Word MVP
> jmarcilREMOVE@CAPSsympatico.caTHISTOO
> Word MVP site: http://www.word.mvps.org
>
>
>
>
- Next message: Jean-Guy Marcil: "Re: DocumentChange event: microsoft bug?"
- Previous message: sarah: "Re: send text from word doc to .txt file"
- In reply to: Jean-Guy Marcil: "Re: send text from word doc to .txt file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|