This is weird: I have 4 command buttons (CommandButton1 thru CommandButton4) and 1 text box (TextBox1).
I get a 424 Error whenever I try to set a TextBox1 property such as TextBox1.Left
I ran a short sub to grab all the shape names in the active worksheet:
For Each Sh In ActiveSheet.Shapes...