Excel case

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

panamarenco

The index is in the property list of a radiobutton.
if you group several radio buttons you give each of them a differen
index value and then you can use the select case... code.
select case frame.value
case 1
dep.value = " 45 "
case2
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

Similar Threads


Back
Top