Text Mismatch

T

Tim

I get run time error 13 from this line in the code
Type mismatc

Cells(cLastRow + 1, "B").Value = Cells(cLastRow, "B").Value + 1
 
F

Frank Kabel

Hi Tim
you probably have some text in your cell (cLastRow,"B"). This would
cause the error 13

HTH
Frank
 
Top