Posts by Renan Sampaio • 11 points
1 post
-
1
votes4
answers6070
viewsQ: Excel VBA - Runtime Error '13': Incompatible Types
I’m getting Error '13' Incompatible Types on the First If Line: Count = 0 For x = 1 To LastRow Step 1 If Cells(x, 8).Value = "Materiais" Or Cells(x, 8).Value = "Imobilizado" Then If Cells(x,…