N
nico_en_panne!
Guest
Bonjour,
quelqu'un pourrait me dire ce qui sigifie ceci
Sub DéfNoms()
Application.DisplayAlerts = False
With Sheets("BD")
For i = 1 To Application.CountA([BD!1:1])
.Range(.Range(.Cells(1, i), .Cells(65536, i).End(3)).Address).CreateNames Top:=True, Left:=False, Bottom:=False, Right:=False
Next
End With
Application.DisplayAlerts = True
End Sub
quelqu'un pourrait me dire ce qui sigifie ceci
Sub DéfNoms()
Application.DisplayAlerts = False
With Sheets("BD")
For i = 1 To Application.CountA([BD!1:1])
.Range(.Range(.Cells(1, i), .Cells(65536, i).End(3)).Address).CreateNames Top:=True, Left:=False, Bottom:=False, Right:=False
Next
End With
Application.DisplayAlerts = True
End Sub