VB Code:
  1. Private Sub Form_Load()
  2.   Dim strComm As String
  3.  
  4.   strComm = Command$
  5.  
  6.   MsgBox strComm
  7. End Sub


How do I incorporate multiple command parameters.
I have seen a way to do it with arrays ... but that confused me
..Can anyone shed some light?

Seahag