View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Find and read/update option button

David,

Do you just want to clear the OB from code?

xlApp.Activeworkbook.ActiveSheet.OptionButtons("Op tion Button 1").Value
= False


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"David Chase" wrote in message
...
I have an Access program that reads and populates an Excel workbook.
However, now I want to be able to read and/or update the values. The
workbook has 4 option buttons (radio buttons) that when you click on one,
the current selection is turned off. In Access we call this an Option
Group. Someone created a template and is no longer available. Thanks.

David