SyntaxFix
Write A Post
Hire A Developer
Questions
This error occurs when the input variable type is wrong. You probably have written a formula in Cells(4 + i, 57) that instead of =0, the formula = "" have used. So when running this error is displayed. Because empty string is not equal to zero.
Cells(4 + i, 57)
=0
= ""