Code:
Dim tempLeft As Long Dim tempWidth as integer tempLeft = Round(((tempWidth - i) * 100) / 18.39, 1)
When I try to run this code and when tempWidth = 343, I get Runtime error 6 - overflow.
I have no idea how to get rid of it ... can anyone please help me with this??
Comment