I know how to print the form name ('debug.print me.name'), but I'd like to print the subroutine name using a similar variable without explicitly stating the string of the subroutine being run. That is, I'd like to put a 'debug.print this_sub.name' at the beginning of every subroutine without having to 'debug.print "load_form()"' or 'debug.print "lblInput_Change()"'.