Re: tables in Word (Office 2003)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I'm guessing the original document was produced with a monospaced font and spaces. To get anywhere with that, you're going to have to replace each run of spaces with a single tab character, making sure that each line/paragraph has the same number of tab characters (columns). You can then use Table | Convert | Text to Table to create a table from the tabbed text.

To replace spaces with tabs, you can try searching for ^w and replacing with ^t. If that totally messes things up, then Undo and start over with wildcards. You'll need to use this search term:

<space>{2,}

where <space> represents a press of the spacebar. This will find instances of two or more spaces, which can be replaced by a tab; if you have only a single space between the £ s d amounts, you'll need to take care of those manually, that is, by searching for a single space and replacing only as needed.

Once you've got your table created, you'll find decimal tab stops very helpful for aligning figures.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"dc1606" <dc1606@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:E4CBB482-1BFB-4B60-99CB-B8AF96E384CC@xxxxxxxxxxxxxxxx
I am currently editing some 17th century inventories e.g.

one chair, one table xs viiid
corn in the ground ii£ vis viiid

0r £ s d
one chair, one table 0 10 08
corn 2 13 04
How can I line up the £ s d underneath one another in straight columns. Is
it possible to insert a table retrospectively? - the original transcriber
used an Amstrad and locoscript which has been converted but I cannot work out
how to line up the columns!


.



Relevant Pages

  • Re: Find and replace tabs
    ... You know more about this than I do, but have you ever searched for a tab ... up replacing it by Y? ... > Hi Larry ... > what you're searching for/replacing unambiguous. ...
    (microsoft.public.word.vba.general)
  • Re: How to set the Integers in About:Config (Mozilla browsers)
    ... Example: The people at Mozilla ... Searching for that string was wise. ... RECT* rect = 0; ... CBrowserTab* tab = NULL; ...
    (microsoft.public.windowsxp.general)
  • Tab characters & TextEdit...
    ... I've tried searching for solutions to the following problem, ... I can copy a tab character from the document and then paste it into the fields of the find/replace dialog, but can't seem to type a "tab" directly into those fields. ... I'd like an app that can save several "canned" search/replace routines for immediate use. ...
    (comp.sys.mac.system)
  • Re: Find and replace tabs
    ... Public Sub SearchAndReplaceInStory(ByVal rngStory As Word.Range, ... Do Until (rngStory Is Nothing) ... >You know more about this than I do, but have you ever searched for a tab ... >up replacing it by Y? ...
    (microsoft.public.word.vba.general)
  • RE: Is This POSSIBLE
    ... (Click first tab and shift+click ... bword with the word you are searching for in column B, ... corner of the cell containing the formula, and dragging it down column E.) ... Click any un-bolded tab to ungroup the sheets. ...
    (microsoft.public.excel.newusers)