Group: microsoft.public.word.vba.general
From: "Doug Robbins - Word MVP"
Date: Monday, March 31, 2008 7:45 AM
Subject: Re: Is there any way to convert table from character graphics to normal table Word?

You could use Edit>Replace to replace all of the vertical bars with ^t (a
tab stop), then delete the horizontal lines and make use of the convert
table to text.

Or better, use a Wildcard replace to replace

[ ]{1,}|[ ]{1,}

with the ^t and get rid of all of the superfluous spaces either side of the
vertical bar characters.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"avkokin" wrote in message
news:0ac049f8-b2fa-415a-acad-404714911708@d45g2000hsc.googlegroups.com...
> There is the table made by from character graphics (sample of the
> document: http://wordexpert.ru/wp-content/uploads/_0/temp_table.doc).
> Is there any way to convert this pseudo-table to normal table (for
> Word)?
> Thank you.