Hi
I have a code that exports tables from word document to excel. How do i convert the code so that it looks at all word documents in a folder and exports tables to a seperate worksheet in excel. Many thanks in advance if you can help me out. ??
My current code:
Sub ImportWordTable()
Dim wdDoc...