I can't really remember how to implement a select case.
Here is the deal. I have a User Form that has some option buttons on it. I want a different thing to happen depending on which one is selected. It seems that select case is the best way to implement this but I don't know how to detect which is selected and send the number to the select case loop.
I hope that was clear.
Here is the deal. I have a User Form that has some option buttons on it. I want a different thing to happen depending on which one is selected. It seems that select case is the best way to implement this but I don't know how to detect which is selected and send the number to the select case loop.
I hope that was clear.