How do I get the value of a macro variable

I have a “docm” that has radio button, checkbox and Textbox. Each radio button and checkbox has a value that will be assigned to the Textbox, I need to get the value that is in the Textbox


@danielfmpc The controls look like OLE controls. You can work with such controls using Forms2OleControl class. But it would be better if you attach your sample document here for our reference, because it is difficult to tell what kind of control you are using by screenshot.