VB Code:
x = 0 'initial value Do x = x + 1 Select Case x Case 2 'what to do when x is 2 Case 10 'what to do when x is 10 Case 500 'what to do when x is 500 End Select DoEvents Loop
|
Results 1 to 5 of 5
Thread: VBCode formattingThreaded View
|
Click Here to Expand Forum to Full Width |