ich wäre für einen <cite> button..
für faule leute..
und evtl ein <code> button..
mfg

ich wäre für einen <cite> button..
für faule leute..
und evtl ein <code> button..
mfg
Zum Beispiel der pre-Tag.
Sub Blattsenden()
Sheets("Tabelle1").Copy
On Error Resume Next
ActiveWorkbook.SendMail Recipients:="Otto@gmx.de", Subject:="Testmail"
Application.DisplayAlerts = False
ActiveWindow.Close
Application.DisplayAlerts = True
If Err.Number > 0 Then MsgBox "Mail wurde nicht gesendet!!", , " xxxxxx !!"
On Error GoTo 0
End Sub