Hi
I have a procedure that runs fine when I run it standalone but when I call it from another sub it generates a Type Mismatch Error (run time error 13)
For i = 4 To ColNum
Cells(8, i).Value = Cells(4, i) / Cells(5, i)
'calculate standardized
Sheets("Probit").Cells(11, i).Value =...