Hi,
I am trying to muliply column h and column i and paste it in column T.
Below is the code i am using but giving me Run time Error 13 Type mismatch error. What may cause this error?
I am trying to muliply column h and column i and paste it in column T.
Below is the code i am using but giving me Run time Error 13 Type mismatch error. What may cause this error?
Code:
Worksheets("Source Data").Range("T2", Cells(Rows.Count, "T").End(xlUp)).Formula = Worksheets("Source Data").Range("H1") * "100%" / Worksheets("Source Data").Range("I1") + "100%"