Aaron,
Studying the code you posted in Rangudu_2008's thread (post #44) I noticed an interesting part:
Code:
#If Not m_blnErrorHandlersOff_c Then
On Error GoTo Err_Hnd
#End If
First of all, I couldn't find
m_blnErrorHandlersOff_c defined, not even dimensioned, anywhere. What is it? I thought it was a constant, but then its value is known, so why the
If..Then. :dunno
Secondly, I'm :wot about the # character. I don't remember seeing code lines started this way. What does it mean? Can you explain this to me is a few words, or give a link mayhaps?
Thanks,
Jimmy