You have not assigned procedure calls in the Userform1 module:
Private Sub CommandButton2_Click()
  Call Called
End Sub

Private Sub CommandButton4_Click()
  Call Emailed
End Sub
Artik