Here's the problem Simplified.<P>I have a integer(x) which I need to compare against a various ranges for action. If I use regular VB, I would do something like this ...
I have a list of ~1000 Public Const's. Each entry is something along the lines of: Public Const CONST_1 As String = "Blah" Public Const CONST_2 As String = "Blah blah" Case "Blah" e.Row.Cells(1).Text ...