Hi Lounge,
Wondering if anyone knows a way I can write code which will take a variable called txtFrom and loop it through a list
for example
txtFrom = “Mark”
If txtFrom is equal or matches any value in this list “Paul, John, Bob,Barry,Mark”
then Control.Frame.Enable = True
Else
msgbox = “You cannot access this control”
End if
Anyone with a suggestion on how I can loop through a list looking fo a value?
Thanks ahead