wNewcomerwahid alaouiRegistered on:03/13/2019Last activity:06/18/2019 at 21:28Version of Excel:2017Posts5Votes0Files0Downloads0ThreadsPostsStatisticsVotes received Threads Created by wahid alaouiDateForumThreadMessage Excerpt05/27/2019 at 00:20Excel - VBANotification et envoi mail outlook sur userformJe suis sur un projet dont le but d'envoi un mail chaque 26/décembre (notification) pour verifier les materiel je veux l'applique sur un USERFORM Merci d'avance...03/19/2019 at 21:43Excel - VBAExécuter programme automatiquement avec une fonction qui dépend la dateSub copycolumns() Dim fin As Long Dim efin As Long fin = Feuil1.Cells(Rows.Count, 1).End(xlUp).Row For j = 2 To 9 <=================== #je veux changer cette boucle par une une boucle qui dépend du temps# For i = 1 To fin If Feuil1.Cells(i, j).Value <> Feuil1.Cells(i, j + 1).Value Then Feui...03/19/2019 at 08:10Excel - VBAExécuter un model automatiquementComment exécuter un model automatiquement a une date définit...Forums