Extract a Table from a Worksheet
Locates and extracts a table from an Excel worksheet.
Overview
This procedure locates and extracts a table from an Excel worksheet.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Extract Table by Description
extract a table from the worksheet where
the description is "This is a table which calculates housing cost information"
2. Extract Table by Cell Range
Extracts a table from a specific cell range.
extract a table from the worksheet where
the location is "A1:D15"
3. Extract Table by Header Range
Extracts a table between specified column headers.
extract a table from the worksheet where
the first header is "Employee ID"
the last header is "Department"
Last updated
Was this helpful?