Excel case

  • Thread starter Thread starter panamarenco
  • Start date Start date
P

panamarenco

If a radiobutton is grouped you can give each of them a different inde
value and then use the case code as illustrated below.
In VB excel I cab't find the index item in the option list of
radiobutton.



select case frame1.value

case 1
Dep.value = " 45 "
case 2
Dep.value = " 65 "
end selec
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top