abi_learn_vba
Board Regular
- Joined
- Nov 6, 2009
- Messages
- 215
Hi,
In my code i have provided an Error Handler for a type mismatch, but still my code stops at the point shows "Run time Error 13". Can any one say why is it happening so?
Any help would be appreciated.
Cheers..
-Abi
In my code i have provided an Error Handler for a type mismatch, but still my code stops at the point shows "Run time Error 13". Can any one say why is it happening so?
Code:
On Error GoTo ck2
myval = Int(Cells(fr, 2))
For
'
'
'
'Loop
ck2:
'My code continues from here if there is an Error.
Any help would be appreciated.
Cheers..
-Abi