Thread
:
Select Case Syntax
View Single Post
#
5
Posted to microsoft.public.excel.programming
Dana DeLouis[_3_]
external usenet poster
Posts: 690
Select Case Syntax
On 1/17/2010 11:01 AM, Dana DeLouis wrote:
Run "InvCol_" & fx, 3, 4
OOps. Don't know how it was changed to fx.
Anyway...
x = (vNum Mod 7) + 1
If x < 3 Then
Run "InvCol_" & x, vName, vNum
End If
= = = = = = =
HTH :)
Dana DeLouis
Reply With Quote
Dana DeLouis[_3_]
View Public Profile
Find all posts by Dana DeLouis[_3_]