Insert a Table
Inserts a table into an Excel worksheet.
Overview
This procedure inserts a table into an Excel worksheet. The output is a modified worksheet with the table inserted.
The modified worksheet is not saved into the original Excel file.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Insert Table at Specific Location
Inserts a table starting at cell B2.
insert the table into the worksheet where
the location is "B2"
2. Insert Table with Custom Headers
Inserts a table with specified headers.
insert the table into the worksheet where
the location is "A1"
the headers are "Employee ID", "Name", "Salary"
Last updated
Was this helpful?