Hello, I've got an error routine that I usually put into each event I create. This routine has global variables in which I put the name of the event I am currently in. For example g_str_Error_Procedure = "cmdbutton_Click". Right now I am copying and pasting the "cmdbutton_click" into the code. My question is, in VB2005 is there a variable already set inside each procedure that contains this information so I can just create a generic error routine and just paste it?
Thanks,
UncleT
Thanks,
UncleT