View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Jost John Jost is offline
external usenet poster
 
Posts: 12
Default Option Button - Cell Link Issue

I am STILL working on a spreadsheet that uses a lot of Option Buttons (all
grouped nicely). I am finding that the "Cell Link" sometimes gets
disassociated from the original cell. I would like to fix this by writing a
chunk of code for the ActiveSheet.OptionButtons. object, but don't know how
to tell it that OptionButton (Option Button 17) should be linked to cell
C$17$ (which has a named value of "LV_PAXType".

Can someone help?