Hi there
Can you Explain the following code-
Private Sub lstSheets_DblClick(ByVal Cancel As MSForms.ReturnBoolean).
I have confusion regarding the statement "ByVal Cancel As MSForms.ReturnBoolean".Why do we use the variable name "Cancel" here? Also tell me what happens when I pass the argument value "True" and when I pass the value "False".
thanks
Divya
Can you Explain the following code-
Private Sub lstSheets_DblClick(ByVal Cancel As MSForms.ReturnBoolean).
I have confusion regarding the statement "ByVal Cancel As MSForms.ReturnBoolean".Why do we use the variable name "Cancel" here? Also tell me what happens when I pass the argument value "True" and when I pass the value "False".
thanks
Divya