Get DataTables
Retrieves data tables from word document.
Get data tables from the word document and store them into a list variable.
Input
Input :
WordHandle Variable
The word handle object to reference the opened word document.
Output
Data Tables :
List Variable
Stores the data tables extracted from the specified word document in a List of DataTable variable.
Last updated