I'm performing similar, but disallowing "buttons" based on the user Environ$("USername"). Some have up to 10 users. Is there a condensed method I could use similar to the SQL function "IN"?
For example, I am currently using:
If (Environ$("Username")) Like "chuck" Or (Environ$("Username"))...