> Sorry guys, > > but neither of your 2 sollutions work, AND gives me expected end of > statement errors, and Josh sollution give me errors somewhere > else in my > code. Could Select Case be my sollution ?
Josh's solution works fine in a little experiment I tried here. Weird. select case would work assuming your variable is rightly configure to output different values. But I think it should be in the IF statement from the brief description you gave. otherwise a solution (which isnt too smart, but it works) is 2 or more IF's if x=0 then me=myself if x=0 then next=thing --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
