View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Eric[_27_] Eric[_27_] is offline
external usenet poster
 
Posts: 43
Default unit testing advice

I would like it Claud, and without needing to go to vb.net.

What you've outlined is net's error handling mechanism, which is pretty much
how java does it. Much better than VBA does, but it's still not unit
testing.

Thanks anyway!

"Claud Balls" wrote in message
...
You might need the functionallity of VB.NET. Do you absolutely need to
run this code in a macro? VB.NET uses

Try
..
Catch
..
Finally
..
End Try


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!