G
George Hardy
i was wondering why i never get to see my message box. when i break on the
message box, and try to examine the ex.message, it says
" ex.Message 'ex.Message' is not declared or the module containing it is not
loaded in the debugging session. "
why doesn't this code work?????
==========================================================
try
...<code that breaks>
Catch ex As Exception
MessageBox ("error occured: " & ex.Message)
End Try
==========================================================
thanks in advance!
george hardy
message box, and try to examine the ex.message, it says
" ex.Message 'ex.Message' is not declared or the module containing it is not
loaded in the debugging session. "
why doesn't this code work?????
==========================================================
try
...<code that breaks>
Catch ex As Exception
MessageBox ("error occured: " & ex.Message)
End Try
==========================================================
thanks in advance!
george hardy