msofficebeginner
IS-IT--Management
Hello,
I have my Option Group Value = Null, and I want to check with if condition that when this value is NULL do some action. But the error is the if condition does not execute, it goes to else part. May I know how to check this value, or is there any other method/trik.
Ex:
OptGp.Value = NULL
If ( OptGp.Value = NULL) Then
MsgBox " Value is NULL : "
Else
MsgBox " Its req. value"
End if
Thanks.
I have my Option Group Value = Null, and I want to check with if condition that when this value is NULL do some action. But the error is the if condition does not execute, it goes to else part. May I know how to check this value, or is there any other method/trik.
Ex:
OptGp.Value = NULL
If ( OptGp.Value = NULL) Then
MsgBox " Value is NULL : "
Else
MsgBox " Its req. value"
End if
Thanks.