hi all ,
i currently have a macro which extracts all tables from a word to excel , but what i need is to get the header paste in first row and the copy all the tables under that section.also each header and its table should be pasted in separate sheet.
Option Explicit
Sub ImportWordTable()...