Ga naar inhoud

Tabblad verzenden


JTvD

Aanbevolen berichten

Sub SendMail_Click()
    Fname = "Kopie_Uurstaat"
    Application.CopyObjectsWithCells = False
    Sheets("uren").Copy
    Application.CopyObjectsWithCells = True
    With ActiveWorkbook
        .Sheets(1).Protect "JTvD"
        .SaveAs ThisWorkbook.Path & "\" & Fname, 51
        .ChangeFileAccess xlReadOnly
        .Close True
    End With
    With CreateObject("outlook.application").createitem(0)
        .to = "Joep@hetnet.nl"
        .Subject = "Uren"
        .body = "In bijlage de gevraagde uurstaat." & vbLf & vbLf & "Groeten JTvD"
        .attachments.Add ThisWorkbook.Path & "\" & Fname & ".xlsx"
        .display
    End With
    Kill ThisWorkbook.Path & "\" & Fname & ".xlsx"
End Sub

 

Link naar reactie
Delen op andere sites

Gast
Dit topic is nu gesloten voor nieuwe reacties.
×
×
  • Nieuwe aanmaken...

Belangrijke informatie

We hebben cookies geplaatst op je toestel om deze website voor jou beter te kunnen maken. Je kunt de cookie instellingen aanpassen, anders gaan we er van uit dat het goed is om verder te gaan.