Problème de format après insertion
Résolu
fandaor
Messages postés
9
Date d'inscription
Statut
Membre
Dernière intervention
-
fandaor Messages postés 9 Date d'inscription Statut Membre Dernière intervention -
fandaor Messages postés 9 Date d'inscription Statut Membre Dernière intervention -
A voir également:
- Problème de format après insertion
- Format epub - Guide
- Format factory - Télécharger - Conversion & Codecs
- Hp usb disk storage format tool - Télécharger - Stockage
- Format apfs - Guide
- Format bin - Guide
3 réponses
Bonjour,
Comme ceci:
Comme ceci:
Option Explicit Dim n As Long Dim myFormul As String Private Sub CommandButton1_Click() Creation Creation_Calendrier End Sub Sub Creation_Calendrier() Range("F1").Select For n = 1 To 370 ' a adapter ActiveCell.Offset(ColumnOffset:=1).Activate ActiveCell.FormulaR1C1 = "=TODAY()+" & n Next n End Sub Sub Creation() Range("A1").Select For n = 4 To 0 Step -1 ActiveCell.Offset(ColumnOffset:=1).Activate ActiveCell.FormulaR1C1 = "=TODAY()-" & n Next n End Sub
For n = 1 To 361
pour ne pas dépasser l'année 2016
Voilà