Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have create 5 userforms. in each form,there are 5 option buttons in
which user is only allowed to choose one. each option button is assigned a numeric value of 1,2,3,4,5 respectively. How do i write a visual basic code which allows me to calculate the value of all the selected options for the 5 userforms? any help is appreciated:) Paradise |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim c As Control
For Each c In Controls If TypeName(c) = "OptionButton" Then Debug.Print c.Name, c.Value End If Next c HTH, Merjet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
option button ? | Excel Discussion (Misc queries) | |||
Option Button Help PLEASE!! | Excel Worksheet Functions | |||
keep source formatting is not an option in paste option button | Excel Discussion (Misc queries) | |||
Option Button | Excel Discussion (Misc queries) | |||
option button | Excel Discussion (Misc queries) |