I have a textbox that takes user input, and depending on what the user inputs i want to perform a formula. I know the code for Java, but not for VBA
IE textbox1 = 0
switch(Me.textb ox1)
{
case 1:
a+b =c
break;
case 2:
etc.
}
Thanks
IE textbox1 = 0
switch(Me.textb ox1)
{
case 1:
a+b =c
break;
case 2:
etc.
}
Thanks
Comment