Private sub cmb1_Click()
macro1 cmb1
macro2
macro3 cmb1
end sub
Dim i As Long
n = 11
For i = 1 To 6
If UserForm3("cmb" & i) was clicked then ?????
ThisWorkbook.FollowHyperlink Address:=Range(ListBox1.Column(3, ListBox1.ListIndex)).Offset(0, n).Value, NewWindow:=True
End If
n = n + 1
Next