hello all
if the user enters "screen" without the capital letter at the start it will not comply. any thoughts?
![]()
Select Case SCRT.Text Case Is = "Screen", "Single Desk", "Single Desk Add-on" SCRW = "" SCRW.Visible = True Label3.Visible = True Case Else SCRW = "" SCRW.Visible = False Label3.Visible = False End Select
Bookmarks