ldoodle
04-19-2006, 09:19 AM
Hi there,
How would I convert the following code to see they are not a member of one of the specified groups? I've tried changing to If Not but it don't work.
If Group.cn = "WS Key Stage 3" or Group.cn = "WS Key Stage 4" or Group.cn = "WS Key Stage 5" or Group.cn = "WS Associate Staff" or Group.cn = "WS Teaching Staff" Then
intBlockType = "1"
End If
Thanks/...
How would I convert the following code to see they are not a member of one of the specified groups? I've tried changing to If Not but it don't work.
If Group.cn = "WS Key Stage 3" or Group.cn = "WS Key Stage 4" or Group.cn = "WS Key Stage 5" or Group.cn = "WS Associate Staff" or Group.cn = "WS Teaching Staff" Then
intBlockType = "1"
End If
Thanks/...