A voir également:
- VBA incorrect pour filtre automatique
- Photo filtre 7 gratuit - Télécharger - Retouche d'image
- Réponse automatique thunderbird - Guide
- Recherche automatique des chaînes ne fonctionne pas - Guide
- Logiciel de sauvegarde automatique gratuit - Guide
- Filtre whatsapp - Accueil - Messagerie instantanée
1 réponse
bonjour,
voici un code que j'utilise dans un de mes fichiers :
pour moi, dans ton code, en premier lieu il manquerait
et
voici un code que j'utilise dans un de mes fichiers :
Range("A1:C1").Select Selection.AutoFilter Worksheets("bddCPVA").AutoFilter.Sort.SortFields.Clear Worksheets("bddCPVA").AutoFilter.Sort.SortFields.Add Key:=Range("A1"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal With Worksheets("bddCPVA").AutoFilter.Sort .Header = xlYes .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply End With Range("A1:C1").Select Selection.AutoFilter
pour moi, dans ton code, en premier lieu il manquerait
Range("A1:C1").Select Selection.AutoFilter
et
, DataOption:=xlSortNormal