I would like to be able to have a userform define the name of a cell. The formula bar will be disabled/hidden along with being in full screen mode. This will help me from having to take a couple of extra steps in the future.
Private Sub CommandButton1_Click()
TextBox1.Value = Range("A1").Name
TextBox2.Value = Range("B1").Name
End Sub