RUNTIME ERROR 13

Brass Contributor

I am getting runtime ERROR 13, whenever I try to delete a row in my excel spreadsheet.  The code where the error appears I can't figure out where it is going wrong.  Could someone help me to debug this problem?

 

Thanks much.

 

1 Reply

@guitar713 

Runtime error 13 usually occurs when data types do not match or are used incorrectly. In the context of Excel VBA, this often occurs when you try to perform an operation on a variable or object of a data type that is incompatible with the operation you are trying to perform.

To further help you debug this issue, one would need to see the code where the error occurs.