Beste
Ik zou een ingevulde userform als bijlage willen versturen via Outlook.
Maar dit lukt niet !??iemand een idee hoe dit wel kan?
frmTEFACTUREREN.PrintForm
Set Mail_Object = CreateObject("Outlook.Application")
With Mail_Object.CreateItem(o)
.Subject = "op te stellen factuur"
.To = "naam @hotmail.com"
.Body = "TE FACTUREREN"
.Attachments.Add (frmTEFACTUREREN.PrintForm)
.Send
End With
Dank bij voorbaat
Ik zou een ingevulde userform als bijlage willen versturen via Outlook.
Maar dit lukt niet !??iemand een idee hoe dit wel kan?
frmTEFACTUREREN.PrintForm
Set Mail_Object = CreateObject("Outlook.Application")
With Mail_Object.CreateItem(o)
.Subject = "op te stellen factuur"
.To = "naam @hotmail.com"
.Body = "TE FACTUREREN"
.Attachments.Add (frmTEFACTUREREN.PrintForm)
.Send
End With
Dank bij voorbaat