How to change style of all tables in Word?
When working with Word documents that contain multiple tables—especially when copying tables from different sources - you may need to apply a consistent style to ensure uniform formatting. Manually selecting and updating each table can be tedious and time-consuming. Fortunately, there are two efficient ways to quickly change the style of all tables in Word:
Change style of all tables with VBA
Change style of all tables with Kutool for Word
Change the style of all tables with VBA
You can use VBA to apply a specific style to all tables in a Word document at once.
Note: Running the VBA code will directly apply the new style to all tables, and it cannot be undone using the Undo function (Ctrl + Z). To preserve the original formatting, it's recommended to create a backup of the document before running the VBA script.
- Press Alt + F11 to open the VBA editor in Word.
- Click Module under the Insert tab, then insert the following VBA code into the module window.
Sub ApplyTableStyle() Dim t As Table For Each t In ActiveDocument.Tables t.Style = "Light Shading - Accent 3" Next End Sub
Note: In the above code, Light Shading - Accent 3 is the table style name. You can change it as needed.
- Press F5 to run the code, and all tables will be updated to the specified style, as shown below.
Change the style of all tables with Kutools for Word
If you prefer a more intuitive method over VBA, Kutools for Word provides a quick and easy way to change the style of all tables in your document. With Kutools, you can visually browse and select table styles before applying them, eliminating the need to remember or input style codes.
- Place the cursor outside any tables and click Kutools > Tables > Select Tables.
- After selecting all tables, go to the Design tab on the ribbon and click
to choose the desired table style.
- Once a style is selected, all tables in the document will be updated.
Additionally, this feature allows you to select all tables to modify borders, shading, and table properties in one step.
Demo: Change style of all tables in Word
Discover the Kutools / Kutools Plus tab in this video from Kutools for Word. Enjoy 100+ features and permanently free AI utilities. Download now!
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...
🌍 Supports 40+ Languages: Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

✨ Kutools for Office – One Installation, Five Powerful Tools!
Includes Office Tab Pro · Kutools for Excel · Kutools for Outlook · Kutools for Word · Kutools for PowerPoint
📦 Get all 5 tools in one suite | 🔗 Seamless integration with Microsoft Office | ⚡ Save time and boost productivity instantly
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
- 🌍 Supports 40+ Languages: Kutools speaks your language – 40+ languages supported!