Hi! I can't solve a problem, and I would be really gladful if somebody could help me with my code. While debugging, it jumps a huge. What can be the problem?
Cells(j,g).Value = "anxious"
temp = "anxiety"
If Left(temp, 3) = Left(Cells(j, g).Value, 3) Then 'It's true, code goes on (anx = anx)...