Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how would you concatenate a variable onto the end of optionbutton property?
so, say z = 1 to 4 me.optionbutton & z.caption = "Some text" -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
Me.Controls("OptionButton" & z).Caption = "Some text" Regards, Greg "Gary Keramidas" wrote: how would you concatenate a variable onto the end of optionbutton property? so, say z = 1 to 4 me.optionbutton & z.caption = "Some text" -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks greg.
-- Gary "Greg Wilson" wrote in message ... Try: Me.Controls("OptionButton" & z).Caption = "Some text" Regards, Greg "Gary Keramidas" wrote: how would you concatenate a variable onto the end of optionbutton property? so, say z = 1 to 4 me.optionbutton & z.caption = "Some text" -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Optionbutton help | Excel Programming | |||
for each optionbutton | Excel Programming | |||
OptionButton value | Excel Programming | |||
OptionButton | Excel Programming | |||
Better Way to Use OptionButton | Excel Programming |