Sub Laurent()
Dim WS As Worksheet
Set WS = ActiveSheet
Dim tbl() As Variant
tbl = Array("Metropole 33", "988 Nouvelle-Calédonie 687", "987 Polynésie française 689", _
"974 La Réunion 262", "973 Guyane 594", "972 Martinique 596", "971 Guadeloupe 590", 0) '"",
' Les valeurs
ReDim Preserve tbl(UBound(tbl) - 1)
' La Liste Box
Dim oCombo As OLEObject
Dim L As Single, T As Single, W As Single, H As Single, Z As Single
L = ActiveCell.Offset(, 1).Left '<-- position horizontale
T = ActiveCell.Top '<-- position verticale
W = 202 '<-- largeur
H = 1 '<-- hauteur
Z = Zoom = 200