Microsoft Word For Mac Convert Table To Text

Posted on by
-->

Microsoft Word For Mac Convert Table To Text Google Docs

Converts a table to text and returns a Range object that represents the delimited text.

  • To convert text to a table or a table to text, start by clicking the Show/Hide paragraph mark on the Home tab so you can see how text is separated in your document. Convert text to a table. Insert separator characters—such as commas or tabs—to indicate where to divide the text into table columns.
  • Use the Text to Table feature in Word to convert the list to a table and then select that table and copy it to the clipboard and then paste it from there into your Excel worksheet. Hope this helps, Doug Robbins - MVP Office Apps & Services (Word) dougrobbinsmvp@gmail.com Screen shots by Snagit from www.techsmith.com.

How to Convert a Table to Text in Microsoft Word. Webucator provides instructor-led training to students throughout the US and Canada. We have trained over 90,000 students from over 16,000 organizations on technologies such as Microsoft ASP.NET, Microsoft Office, Azure, Windows, Java, Adobe, Python, SQL, JavaScript, Angular and much more. Jun 24, 2016  Convert plain text into table in Microsoft Word 2003, 2007, 2010, 2016 Click here for more detail.http://www.bsocialshine.com/2016/06/h.

Syntax

expression. ConvertToText( _Separator_ , _NestedTables_ )

expression Required. A variable that represents a 'Table' object.

Parameters

NameRequired/OptionalData typeDescription
SeparatorOptionalVariantThe character that delimits the converted columns (paragraph marks delimit the converted rows). Can be any WdTableFieldSeparator constants.
NestedTablesOptionalVariantTrue if nested tables are converted to text. This argument is ignored if Separator is not wdSeparateByParagraphs. The default value is True.

Remarks

When you apply the ConvertToText method to a Table object, the object is deleted. To maintain a reference to the converted contents of the table, you must assign the Range object returned by the ConvertToText method to a new object variable. Mac microsoft word keeps freezing. In the following example, the first table in the active document is converted to text and then formatted as a bulleted list.

Example

This example creates a table and then converts it to text by using tabs as separator characters. Ms word mac spell check not working.

Convert Excel To Word Table

This example converts the table that contains the selection to text, with spaces between the columns.

See also

Support and feedback

Convert Table To Text

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.