Ajout automatique de l'heure - Run-time error 1004
Résolu/Fermé
b.traven42
b.traven42
- Messages postés
- 26
- Date d'inscription
- samedi 30 avril 2011
- Statut
- Membre
- Dernière intervention
- 27 janvier 2017
b.traven42
- Messages postés
- 26
- Date d'inscription
- samedi 30 avril 2011
- Statut
- Membre
- Dernière intervention
- 27 janvier 2017
A voir également:
- Ajout automatique de l'heure - Run-time error 1004
- Ajout automatique de l'heure - Run-time error 1004 ✓ - Forum - VB / VBA
- Run-time error '1004' Autofilter medthod of range class failed ✓ - Forum - VB / VBA
- Run time error 91 ✓ - Forum - VB / VBA
- Run-time error 339 - Forum - Internet / Réseaux sociaux
- Run-time error '424': Object required ✓ - Forum - VB / VBA
1 réponse
f894009
27 janv. 2017 à 09:10
- Messages postés
- 16626
- Date d'inscription
- dimanche 25 novembre 2007
- Statut
- Membre
- Dernière intervention
- 4 août 2022
27 janv. 2017 à 09:10
Bonjour,
Mieux sans les select
Mieux sans les select
Sub add_time() With Sheets("Daily hours") With .Range("B" & .Range("B" & Rows.Count).End(xlUp).Row + 1) .Value = Time .NumberFormat = "h:mm" End With End With End Sub
27 janv. 2017 à 16:23