This is my new "Try - Catch" Structure !
'*******************************************
Try
'****************'
try code ' PICTURE HERE '
try code ' OF CATCH-BLOCK '
try code ' e.g. Piping '
' Picture. '
' '
'****************
Catch ex As Exception
Msgbox ex.Message
End Try
'*******************************************
Maybe should be in Coffee House.