Select case using NOT operator
I’d appreciate if somebody could comment on the below code. It doesn’t execute for a value that sets the case to true. Instead it exits to the calling procedure.
GlobalUserCategory is a string and the calling procedures error handler itdentifies the error as 13 a type mismatch.
I’d appreciate if somebody could comment on the below code. It doesn’t execute for a value that sets the case to true. Instead it exits to the calling procedure.
GlobalUserCategory is a string and the calling procedures error handler itdentifies the error as 13 a type mismatch.
Code:
'create regionCombo based on user (see case 4)...
Select Case GlobalUserCategory
Case Not "Dir" Or Not "Mgr" Or Not "Coord"