Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
Bonjour à tout le monde,Voici mon code mais ca ne marche pas au niveau du range.Quelqu'un peut il m'aider?Je vous en remercie par avanceSub Laplage()'Range("C9").Selecta = selection.End(xlToRight).AddressRange("AH9").Selectb = selection.End(xlToLeft).AddressDim c As RangeRng = Range(Cells(9, a), Cells(9, b))For Each c In RngIf c.Value = "" Thenc.Interior.Color = vbGreenEnd IfNextEnd Sub
Bonjour à tout le monde, Voici mon code mais ca ne marche pas au niveau du range. Quelqu'un peut il m'aider? Je vous en remercie par avance Sub Laplage() ' Range("C9").Select a = selection.End(xlToRight).Address Range("AH9").Select b = selection.End(xlToLeft).Address Dim c As Range Rng = Range(Cells(9, a), Cells(9, b)) For Each c In Rng If c.Value = "" Then c.Interior.Color = vbGreen End If Next End Sub