G
Guest
What is the variable name for the value of the usergroup name for example:
If Usergroup = "Admin" Then
MsgBox ("Test")
End If
I have just put Usergroup in as the variable name but this does not work
what name should be used?
If Usergroup = "Admin" Then
MsgBox ("Test")
End If
I have just put Usergroup in as the variable name but this does not work
what name should be used?