How to convert tables to text in Word?
If there are many tables in the document and you want to convert them to text, how could you get it done quickly? This tutorial will show you some tricky ways to quickly convert multiple tables into text in Word.
Convert a table to text using the Convert to Text function
Easily convert multiple tables to text with Kutools
Convert all tables to text using VBA
Recommended Productivity Tools for Word
Kutools for Word: Integrating AI π€, over 100 advanced features save 50% of your document handling time.Free Download
Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download
Convert a table to text using the Convert to Text function
Microsoft Word provides a built-in function to convert a table to regular text, but it can only be applied to one table at a time.
- Select or place the cursor inside the table you want to convert.
- Go to the Table Layout tab, and click Convert to Text in the Data group.
- Select a separator to define how table cells will be separated in the text.
- Click OK to convert the table cells to text using the selected separator.
- Repeat these steps for each table you want to convert.
Easily convert multiple tables to text with Kutools
Converting multiple tables to text one by one is time-consuming, Kutools allows you to convert all tables in a selection or the entire document to text effortlessly. It also provides options to define how table cells should be separated.
- Select the range containing the tables you want to convert to text. Skip this step if you want to convert all tables in your document.
- Click Kutools > Convert > Tables to Text.
- Choose the delimiter for the converted text in the Convert Table to Text dialog box, and click OK.
All tables in the selected range or the entire document will be converted to text at once.
For more information, please visit: convert multiple tables to text.
Convert all tables to text using VBA
Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...![]() |
Enhance your workflow now. Learn More about Office Tab Free Download |
VBA can convert all tables in a document to text at once.
- Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
- Click Module on the Insert tab, then copy and paste the following VBA code into the Module window.
Sub TablesToText() Dim tbl As Table For Each tbl In ActiveDocument.Tables tbl.ConvertToText Separator:=wdSeparateByTabs Next tbl Set tbl = Nothing End Sub
- Click the Run button to execute the VBA.
Best Office Productivity Tools
Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!
π€ Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...
π Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...
β Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...
π§Ή Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...
β Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...
π Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...
β Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...

Best Office Productivity Tools
Kutools for Word - 100+ Tools for Word
- π€ Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish / Super Translate / AI Redaction / AI Proofread
- π Document Mastery: Split Pages / Merge Documents / Batch Convert to PDF
- β Contents Editing: Batch Find and Replace / Resize All Pictures
- π§Ή Effortless Clean: Remove Extra Spaces / Remove Section Breaks
- β Creative Inserts: Insert Thousand Separators / Insert Check Boxes / Create QR Codes