hayes
Fri Apr 13 22:40:02 CDT 2007
after this step you can parse the test through excel:
here's a neat article on the subject:
http://www.utoronto.ca/ams/news/91/docs/91-10.htm
hope it helps
--
Chris Hayes
Still a beginner (only 12 years)
"CS Hayes" wrote:
> I've always been annoyed by people who use spaces inordinately. (Yes,
> Inordinately, it should be outlawed.)
> but, 50 spaces. ?
> are these reports of some sort?
>
> I had realized a similar problem with copying pages from screens of older
> Databases. All the text was spaced by spaces. Similar to such:
>
> First Last Address Phone
> Jim Jones 123 Main 615-555-1212
> Mary Doe 615-555-1313
> Banks 615-555-1414
>
> and such, they were from print screens of a db
>
> the first thing that I would do to make sense of it was to:
> 1) set the text to a fixed character width font like "Courier"
> 2) Turn the "view hidden characters" option on
>
> This let me at least see what I was up against
>
>
>
> --
> Chris Hayes
> Still a beginner (only 12 years)
>
>
> "Nancy T." wrote:
>
> > The White Space option doesn't work because then it also puts tabs between
> > words that belong in the same column.
> >
> > The problem with the Drawing Table option is that there are often 50 or more
> > rows or text. Drawing a table that large would take longer than what I do
> > now. Also, it wouldn't let me draw the table into the next page.
> >
> > Thanks for trying, though.
> > Nancy
> >
> > "Klaus Linke" wrote:
> >
> > > Hi Nancy,
> > >
> > > You can replace any amount of white space in one replacement:
> > > Find what: ^w
> > > Replace with: ^t
> > > (you can find both white space and the tab under "Special" in the dialog, so
> > > you don't have to remember)
> > >
> > > But maybe it would be simpler to use the "table drawing" tool (the first
> > > button on the "Tables and Borders" toolbar).
> > > I've described how you can use it here:
> > >
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Board=wrd&Number=176778
> > > It'll remove the spaces for you, and could keep everything properly aligned.
> > > A table is better than using tabs in the long run anyway...
> > >
> > > Regards,
> > > Klaus
> > >
> > >
> > > "Nancy T." <NancyT@discussions.microsoft.com> schrieb im Newsbeitrag
> > > news:4D3C7017-ABD0-4BBD-B15F-02620678A781@microsoft.com...
> > > > This situation happens to me so often, I really want to create a macro to
> > > > get
> > > > the job done. I'm just not sure how to do this.
> > > >
> > > > I get Word documents that have spaces instead of tabs to align text into
> > > > columns. (Yes, it is very annoying.) Right now, I have to find the longest
> > > > one (the one with the most spaces), copy those spaces, and paste them into
> > > > the Find & Replace dialog box under find what. I enter ^t in the Replace
> > > > box
> > > > and do a Replace All. I then delete one space and hit Replace All again.
> > > > If
> > > > there are anywhere from 5 to 50 spaces, you can see that this would take
> > > > quite a long time. Is there anyway to create a loop that would start with
> > > > the
> > > > number of spaces I specify and remove one space with each loop through? My
> > > > brain is about to explode trying to figure this one out.
> > >
> > >
> > >