Re: Using Wildcards in a Select Case Statement ?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: J French (erewhon_at_nowhere.com)
Date: 07/15/04


Date: Thu, 15 Jul 2004 20:33:08 +0000 (UTC)

On Thu, 15 Jul 2004 14:54:02 -0400, "Randy Birch"
<rgb_removethis@mvps.org> wrote:

>But if you used:
>
>Do while 1 = 1
>
> For L9 = 1 To Max
> If Something Then
> If SomeCheck Then
> If AnotherTest Then
> DoSomething
> Exit Do
> End If
> End If
> End If
>
>loop

Not a frigging chance
- clever, but no way