I need to run text-check program on my doc (Grammarly), and I need to remove all the tables.
How can I do it?
I find https://www.extendoffice.com/documents/word/1208-word-remove-delete-all-tables.html , in which you could use VBA
Sub Removetables ()
Dim oTable As Table
Each oTable In ActiveDocument.Tables
oTable.Delete
Next oTable
End Sub
but Each oTable In ActiveDocument.Tables gives me error when I run it. I'm on MS Word 2013 on Mac
Recent Questions...
ما را در سایت Recent Questions دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 178
تاريخ: دوشنبه
3 خرداد
1395 ساعت: 13:47