KJ
4 years agoOccasional Contributor
delete a row in an excel file
I am attempting to use this line of code from a very old post:
oWorkbook.ActiveSheet.Rows(2).Delete;
This doesn't seem to work. The Test Complete type ahead only contains Cell, CelCount and Row Count. I simply want to delete one row or a range of rows from an excel file.
Any assistance is appreciated.
Hi,
> Is there a paste option
For example:
https://www.google.com/search?q=excel+vbscript+copy+paste+data
And the whole Excel COM documentation.