Oh, let me try again - see if I understand correctly. You want the variable to be the name of the control, not the value of the control. If that is correct, then it would be:
Variable = Me.ControlName.Name
And if you wanted to pass the name of the control to the variable based on the active control you should be able to use
Variable = Screen.ActiveControl.Name