Hey people I’m having an issue on an excel file, I have the file open within an Excel Scope and all the related activities within the scope. I do a ‘Read Range’ activity of the first sheet, do an assign MyDatatableVariable.row.count and assign the value to a variable, then I do a Delete range on that same sheet using “A2:G” + vMyCountVariable.tostring and this gives me the ‘Range does not exist area’.
I’ve also tested having the full range text with a variable first and placing that value in the Delete Range activity (for example, A2:G7) but this gives me the same result even though there is data within that sheet in the excel table.
Any fixes for this?