Typically when referencing a userform control value in Excel VBA I would enter something to the effect of radiobutton.value
However, I want to be able to use a strin
Like this (where Me is the UserForm)
Me
Me.Controls("TextBox1").Value