Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,018 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello evreyone,
Could someone help me with this?
I'm trying to delete all rows of a table skipping the first row, because this table have formulas, and I don't want to delete the first row to keep the formulas.
When I run the script, it does what I want but no matter how I change the script it allways get the error:
Table deleteRowsAt: The argument is invalid or missing or has an incorrect format.
The issue, is that I need to use this script with power automate and it's known that a script with errors cause the flow breaks.
Try this: table2.deleteRowsAt( 1, rowCount2 - 1 )
.