Sorry for the wrong wording. Honestly I knew this but don't know why I worded it that way. I wasn't 100% sure but pretty sure. This now confirms it for me. Generally I do add the Module name to the Error Handler Like So:
Exit FunctionErrorHandler: MsgBox "Error " & Err.Number & ": " & Err.Description & " in " & _ VBE.ActiveCodePane.CodeModule, vbCritical, "Error in MODULE NAME HERE"End Function
Open in new window