Radio Buttons?

Does the Operator Graphics have radio buttons available?  I can't seem to find anything.  I see some in the faceplates. They appear to be hand build. I suppose I could build some or use VBA.  Thought I would ask.

Thank you.

  • There isn't a radio button available as a standard object (as you have said there are hand built ones) but you can insert an OLE object to probably do this. I have not done this for a radio button but we do use TabStrib objects all the time without issues. Try using the Microsoft Forms 2.0 Frame object and put your radio buttons on it and write your VB logic.

    Good Luck,