is it possible to write macro to convert tables to text

G

Graham Mayor

Do you mean like

Dim oRng As Range
Dim oTable As Table
For Each oTable In ActiveDocument.Tables
oTable.ConvertToText ", "
Next oTable


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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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