Hey Guys ,
I get the Following error "RunTime Error 13, Type Mismatch"
When I run the Compiled .EXE , but in VB it compiles fine . How can I track this error down ?
[]P
Printable View
Hey Guys ,
I get the Following error "RunTime Error 13, Type Mismatch"
When I run the Compiled .EXE , but in VB it compiles fine . How can I track this error down ?
[]P
Go back to the VB IDE and satrt your program by pressing ALT-F5. this will fully compile your program before running, and should stop on the offending line.
I tried that and it doesn't find the error . Any other thoughts ?
It's cntrl f5 on my machine .
I found it . BTW that's strange that the VB IDE didn't catch it .
Thnks
[]P