Hi all,

Wanted to knof if there is something in VB (using Office 97) comprable to a switch command like in C++ such as

Switch (Variable) {

2: X = 5
3: x = 10

}

Otherwise, it's just a lot of if then statements that will make my code rather large and clunky.

Thanks,
Joshua Wise