A voir également:
- Effacer 11 premier caractère VBA
- Caractère ascii - Guide
- Caractère spéciaux - Guide
- Caractere speciaux - Guide
- Fixwin 11 - Télécharger - Divers Utilitaires
- Logiciel montage vidéo gratuit windows 11 - Guide
1 réponse
Bonjour,
Voilà un exemple:
;o)
Voilà un exemple:
Dim lig As Long Dim chaine As Variant lig = 2 'mettre la première ligne où doit commencer le test While Worksheets(1).Range("D" & lig).Value <> "" chaine = Worksheets(1).Range("D" & lig).Value Worksheets(1).Range("D" & lig).Value = Mid(chaine, 11, len(chaine) ) lig = lig + 1 Wend
;o)
merci de ton aide mais j'au trouver en convertissant :
Columns("E:E").Select
Selection.Insert Shift:=xlToRight
Range("D17:D536").Select
Selection.TextToColumns Destination:=Range("D17"), DataType:=xlFixedWidth, _
FieldInfo:=Array(Array(0, 1), Array(12, 1)), TrailingMinusNumbers:=True
Columns("D:D").Select
Selection.Delete Shift:=xlToLeft
Range("E9").Select
merci!!