What to key in under Delete Rows?

Hi, I am trying to remove the first 4 rows of an excel and cant figure out what to put under the delete rows – in what table or range.

Excel Application Scope (Delete Rows) works for me but I can’t use it as I have another vlookup (use Excel file) at the bottom of this process. I will receive an error “For Each Excel Row: COM object that has been separated from its underlying RCW cannot be used” if excel application scope and use excel file functions are being used together.

1 Like

Hi @weelearns ,

Could you simply try to use the Sheet name in the below way :

Excel.Sheet("Sheet name")
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.