How to convert multiple 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 tables to text one by one
Convert all tables to text by using VBA
Easily convert multiple tables to text with Kutools
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 tables to text one by one
Office Word provides the function to convert a table to regular text, but it can only apply to one table at a time.
Step 1: select or place cursor in the table you want to convert;
Step 2: go to Layout tab under Table Tools, and click Convert to Text in Data group;
Step 3: choose the mark style to separate table cells with;
Step 4: click OK and Word will convert the table to text;
Step 5: repeat step 1 to step 4 until all the tables are converted;
Convert all tables to text by 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 of document to text.
Step 1: Press “Alt-F11” to open the Microsoft Visual Basic for Application window;
Step 2: Click Module on the Insert tab, copy and paste the following VBA code into the Module window;
Step 3: Click Run button to apply the VBA.
The VBA code for converting all tables to text:
Sub TablesToText()
Dim tbl As Table
For Each tbl In ActiveDocument.Tables
tbl.ConvertToText
Separator:=wdSeparateByTabs
Next tbl
Set tbl=Nothing
End Sub
Easily convert multiple tables to text with Kutools
It’s time-consuming to convert multiple tables to text one by one, and VBA code always provides the one way to separate all tables in document. Kutools can easily convert all the tables from a selection or whole document to regular text. And it uses the same function interface with Word to provide users different ways to separate table cells.
Click Kutools >> click Table to Text in Table group
For converting multiple tables of a selection or the whole document, please select a part of document or whole document first, and then apply the utility by clicking Kutools >> Table to Text in Table, and choose the delimiter for the regular text after converting in the Convert Table to Text dialog box.
For more information, please visit: convert multiple tables to text.
Best Office Productivity Tools
Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!
🤖 Kutools AI Features: Generate Content / Rewrite Text / Document Q&A / Get Quick Answers / Translate documents / Polish Document (Preserve Format)...
📘 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: Generate, Rewrite, Summarize, Translate Documents / Get Quick Answers / Polish Document (Preserve Format)
- 📘 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