Cells(premiere1, 3).Value = " Target ( Standart & Square)"
Cells(premiere1, 3).Font.Underline = True
Cells(premiere1, 3).Font.Bold = True
Cells(premiere1, 3).HorizontalAlignment = xlGeneral
Cells(premiere1, 3).VerticalAlignment = xlCenter
Cells(premiere2, 2).Value = "N°Deal"
Cells(premiere2, 2).Borders.Value = 1
Cells(premiere2, 2).HorizontalAlignment = xlGeneral
Cells(premiere2, 2).VerticalAlignment = xlCenter
Cells(premiere2, 3).Value = "FX Cross"
Cells(premiere2, 3).Borders.Value = 1
Cells(premiere2, 3).HorizontalAlignment = xlGeneral
Cells(premiere2, 3).VerticalAlignment = xlGeneral
Bonjour, :)
Auriez vous un moyen pour éviter de répéter les action à chaque cellule pour les borders, horzontal et vertical ?
Merci