Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or even directly through the OptionButtons collection:
ActiveSheet.OptionButtons("OptionButtonName").Valu e=xlOn 'xlOff wrote: Dave, Thanks, that works great! I didn't want to force a custom "copy" procedure on the user, but the optionbuttons from the forms toolbar seem to work just fine! You simply need to access them a little differently, as ActiveSheet.Shapes("buttonName").ControlForrmat.Va lue=xlOn|xlOff and the problem is solved. Thanks again! -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to format control toolbox option button? | Excel Discussion (Misc queries) | |||
Option Button-Format Control-Cell Link... | Excel Programming | |||
Option button problem | Excel Programming | |||
Command/option/spin button - no control menu available | Excel Programming | |||
Option Button Control | Excel Programming |