Just a quick question, would code in the Finally block of a Try statemnet get executed if I use Exit Sub in the Catch block? MSDN states "absolutely, by all means, always" but not explicitly about Exit Sub and I am kind of sceptical.

To reproduce the case just to check it would take some time so I decided to ask here if someone knows.

Thanks