L'argument VBA est défini

Sub MySub(Optional pParam As Variant)
   If IsMissing(pParam) Then
      msgbox "Missing"
   End If
End Sub
VasteMonde