Is there a way to tell if the arguemnt was passed or not?
VB Code:
Sub LoadConfiguration(ByVal ConfigurationFile As String, _ ByRef ConfigurationCollection As Collection, _ Optional ByRef KeyCollection As Collection) If KeyCollection Then: MsgBox "twas passed" '? End Sub




Reply With Quote