Here's a problem i cant get it figure out. So i just did a On Error Resume Next
But i'm curious to find out why
I have a
On error goto ErrCheck
select case statement
case 1:
----------------------
case 2:
-----------------------
End Select
ErrCheck:
Msgbox Err.Description
I did a breakpoint and ran it through line by line. When it reaches the End Select Statement, a error occurs and the msgbox that comes out don't have any error msg at all. It's just blank with a ok button.
Any ideas?
Xhenkaii
Start Free Trial