How do I remove all tabs from word document

G

Guest

I am trying to remove all the tabs from a word document. My problem is I
need to export the word document to a text file. However, when I export the
word document to a text file, the tabs all become blank spaces. My text
document needs to have certain data at specific locations, and these blank
spaces are offsetting my data. In the example below, I need both fields to
use 8 spaces, so that the lower case alpha characters start at column 9. I
cannot remove all blank spaces, because I sometimes there will be blank fill.
The alpha characters need to start at column 9 regardless if the size of the
numeric field. In both of the lines below, the alpha characters start at
column 9 (they just do not look that way).
12345 abc
12345678xyz
 
M

macropod

Hi,

I'd suggest copying your Word table into an Excel workbook and saving it
from there as a 'Formatted text (space delimited) *.prn' file. You may have
to play with Excel's column widths a bit to get the result you want.

Cheers
 
G

Graham Mayor

You would do better if you started with a monospaced font such as Courier
New, so that you can see how it will layout. Text does not support font
information.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
S

Suzanne S. Barnhill

To answer the question you asked (even though it may not, as macropod
suggests, be the information you need), remove all tab characters using Edit
| Replace, searching for ^t and replacing with nothing (or with eight spaces
if that's the requirement).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top