Syntax
TableToText [.ConvertTo = number]
Remarks
Converts the selected rows to normal text. All the cells in the rows you want to convert must be selected; otherwise, an error occurs. The argument for the TableToText statement corresponds to the options in the Convert Table To Text dialog box (Table menu).
Argument | Explanation | |
.ConvertTo | Determines the character used to separate the contents of each cell: 0 (zero) Paragraph marks 1 or omitted Tab characters (each row ends with a paragraph mark) 2 Commas (each row ends with a paragraph mark) 3 Other (the character that appears in the Other box in the Convert Table To Text dialog box) |
Example
This example converts the selected cells to a tabbed table:
TableToText
See Also
TableInsertTable, TextToTable