View Single Post
  #2 (permalink)  
Old 05-21-2007, 02:43 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,689
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

'to' is not supported in a Select Case.
You can only use:
Case 30,31,32...
Which is not useful here.
The simplest solution is to use an If statement instead.
Reply With Quote