Dunno if this is the issue, but you call "MsgBox Add_Numbers("7", "8")" when you've assigned them as integer

Try MsgBox Add_Numbers(7, 8)