Is possible to write a macro for word to select and convert tables to text?
J jdftwrth Jan 5, 2010 #1 Is possible to write a macro for word to select and convert tables to text?
G Graham Mayor Jan 5, 2010 #2 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 <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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 <>>< ><<> ><<> <>>< ><<> <>>< <>><<>