Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Privacywetgeving
Het is bij Helpmij.nl niet toegestaan om persoonsgegevens in een voorbeeld te plaatsen. Alle voorbeelden die persoonsgegevens bevatten zullen zonder opgaaf van reden verwijderd worden. In de vraag zal specifiek vermeld moeten worden dat het om fictieve namen gaat.
Zet in de instellingen van Gmail de toegang voor apps met een lagere beveiliging eens aan:
https://www.google.com/settings/security/lesssecureapps
sub M_snb()
with CreateObject("CDO.Message")
.Configuration(cdoSendUsingMethod) = 2
.Configuration(cdoSMTPServer) = "smtp.gmail.com"
.Configuration(cdoSMTPServerPort) = 465
.Configuration(cdoSMTPUseSSL) = True
.Configuration(cdoSMTPConnectionTimeout) = 60
.Configuration(cdoSMTPAuthenticate) = 1
.Configuration(cdoSendUserName) = "gebruiker"
.Configuration(cdoSendPassword) = "ww"
.Configuration.Fields.Update
' .addattachment ThisWorkbook.Path & "\kopie.xls"
.To = "suggestie@snb-vba.eu"
.From = "suggestie@snb-vba.eu"
.Subject = "laatste test 4"
.TextBody = "inhoud"
.send
end with
End sub
Sub M_snb()
ThisWorkbook.VBProject.References.AddFromFile "cdosys.dll"
with new CDO.Message
.Configuration(cdoSendUsingMethod) = 2
.Configuration(cdoSMTPServer) = "smtp.gmail.com"
.Configuration(cdoSMTPServerPort) = 465
.Configuration(cdoSMTPUseSSL) = True
.Configuration(cdoSMTPConnectionTimeout) = 60
.Configuration(cdoSMTPAuthenticate) = 1
.Configuration(cdoSendUserName) = "gebruiker"
.Configuration(cdoSendPassword) = "ww"
.Configuration.Fields.Update
' .addattachment ThisWorkbook.Path & "\kopie.xls"
.To = "suggestie@snb-vba.eu"
.From = "suggestie@snb-vba.eu"
.Subject = "laatste test 4"
.TextBody = "inhoud"
.send
end with
End Sub
Sub M_snb()
with new CDO.Message
.Configuration(cdoSendUsingMethod) = 2
.Configuration(cdoSMTPServer) = "smtp.gmail.com"
.Configuration(cdoSMTPServerPort) = 465
.Configuration(cdoSMTPUseSSL) = True
.Configuration(cdoSMTPConnectionTimeout) = 60
.Configuration(cdoSMTPAuthenticate) = 1
.Configuration(cdoSendUserName) = "gebruiker"
.Configuration(cdoSendPassword) = "ww"
.Configuration.Fields.Update
' .addattachment ThisWorkbook.Path & "\kopie.xls"
.To = "suggestie@snb-vba.eu"
.From = "suggestie@snb-vba.eu"
.Subject = "laatste test 4"
.TextBody = "inhoud"
.send
end with
End Sub
ThisWorkbook.VBProject.References.AddFromFile "cdosys.dll"
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.