Forum Discussion

guitar713's avatar
guitar713
Brass Contributor
May 02, 2024

RUNTIME ERROR 13

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.

 

  • NikolinoDE's avatar
    NikolinoDE
    Gold Contributor

    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.

Resources