K
KRosier
Is there a limit to the number of "Case"s that I can have in a Select
Case statement?
I have 100 Ranks ranging from rank 1.1 through rank 12.0 with values
between 0 and 23,308,097. For example:
Case 7125 To 61,749
Rank=2
Case 61,750 To 192,850
Rank=3
I thought I'd use a global module with the Select Case statement in it
so that I could call it whenever/wherever I needed it.
Is this the best/most efficient way to do this or am I overlooking
something?
Thank you for your help.
Kathy
Case statement?
I have 100 Ranks ranging from rank 1.1 through rank 12.0 with values
between 0 and 23,308,097. For example:
Case 7125 To 61,749
Rank=2
Case 61,750 To 192,850
Rank=3
I thought I'd use a global module with the Select Case statement in it
so that I could call it whenever/wherever I needed it.
Is this the best/most efficient way to do this or am I overlooking
something?
Thank you for your help.
Kathy