Re: Converting text to table
- From: "Suzanne S. Barnhill" <sbarnhill@xxxxxxxx>
- Date: Fri, 12 Aug 2005 09:56:58 -0500
Start by replacing the spaces with tabs; then you will be able to convert it
to a table easily, separating at tabs. To do this, using wildcards:
1. Ctrl+H to open the Find and Replace dialog.
2. Click More to expand the dialog.
3. Check the box for "Use wildcards."
4. In the "Find what" box, type " {2,}" (without the quotation marks). Note
that there is a space before the first brace.
5. In the "Replace with" box, type "^t" (without the quotation marks).
6. Replace all.
The wildcard expression " {2,}" finds every instance of two or more spaces,
and ^t (as you probably know) is the code for a tab character.
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"Karin" <Karin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EB5EF474-2B81-452F-9348-13E2F4446C62@xxxxxxxxxxxxxxxx
> I've inherited a Word document which has columns of text separated with
> spaces, no tabs. Number of spaces between columns differs depending on how
> much text is there. Is there any way I can easily convert this to a table
> other than copy/paste?
.
- Follow-Ups:
- Re: Converting text to table
- From: Karin
- Re: Converting text to table
- References:
- Converting text to table
- From: Karin
- Converting text to table
- Prev by Date: RE: Converting text to table
- Next by Date: Re: Creating forms in Word 2000
- Previous by thread: RE: Converting text to table
- Next by thread: Re: Converting text to table
- Index(es):
Relevant Pages
|