Substrater Set_Outlook_Reminder ()
Obscurcir l'objOutlook comme objet
Obscurcir l'objAppt comme objet
Obscurcir l'objNamespace comme objet
Obscurcir l'objFolder comme objet
Feuilles de travail (« base de données de client »). Activer
Placer l'objOutlook = le CreateObject (« Outlook.Application »)
Placer l'objNamespace = l'objOutlook.GetNamespace (« MAPI »)
Placer l'objFolder = l'objNamespace.GetDefaultFolder (9)
Placer l'objAppt = l'objFolder.Items.Add 'créent l'article de tâche
Avec l'objAppt
. Début = DateAdd (« m », 1, ActiveCell.Value) + TimeValue (« 8h00 : 00 »)
. Extrémité =. Début + TimeValue (« 0h30 : 00 »)
. Sujet = « facture » + ActiveCell.Offset (- 2, 0). Valeur
. Endroit = ""
. Corps = ""
.BusyStatus = olBusy
.ReminderMinutesBeforeStart = 120
.ReminderSet = rectifient
. Économiser
Finir avec
Placer l'objAppt = rien
Placer l'objFolder = rien
Placer l'objNamespace = rien
Placer l'objOutlook = rien
MsgBox « avec succès supplémentaire aux perspectives »
Sous-marin d'extrémité
|