Dennnisss
XLDnaute Occasionnel
Bonjour a tous
J'ai fait un code pour mettre en fond couleur gris sur un joueur Sub
Je veut dire qu'il cherche avec le vcell une cellule = Sub si oui change la couleur de fond sinon passe
voici mon code je cherche a fermer la ligne du
Range(vCell.Offset(0,-1),vCell.Offset(0,0)). ???????????
Sub Bouton1_QuandClic()
Sheets("Roses Regulier").Select
Dim vCell As Range
For Each vCell In Range("A10:A140")
If (vCell) - "Sub" Then
Range(vCell.Offset(0,-1),vCell.Offset(0,0)).
With Selection.Interior
.ColorIndex = 40
Selection.Font.Bold = True
.Pattern = x1Solid
End With
Next vCell
Range("A1").Select
End Sub
Alors j'aurais besoin de votre
Merci
dennisss😉 😉
Range(vCell
J'ai fait un code pour mettre en fond couleur gris sur un joueur Sub
Je veut dire qu'il cherche avec le vcell une cellule = Sub si oui change la couleur de fond sinon passe
voici mon code je cherche a fermer la ligne du
Range(vCell.Offset(0,-1),vCell.Offset(0,0)). ???????????
Sub Bouton1_QuandClic()
Sheets("Roses Regulier").Select
Dim vCell As Range
For Each vCell In Range("A10:A140")
If (vCell) - "Sub" Then
Range(vCell.Offset(0,-1),vCell.Offset(0,0)).
With Selection.Interior
.ColorIndex = 40
Selection.Font.Bold = True
.Pattern = x1Solid
End With
Next vCell
Range("A1").Select
End Sub
Alors j'aurais besoin de votre
Merci
dennisss😉 😉
Range(vCell