When I first start this project I want doing:
If Item.Sendname = “current user”
do this…..
Else
do that….
End if
Now I want to know can I add a third “Else” ????
If Item.Sendname = “current user”
do this…..
Else
do that….
Else
Do it again….
End if