ACommandLineKindaGuy
Active Member
- Joined
- May 11, 2002
- Messages
- 378
- Office Version
- 365
- Platform
- Windows
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
MsgBox Sh.Name
Next Sh
and it returned Shape objects including the TextBox1 name.
But, I try and type something like TextBox1.Left and I get no dropdown after typing the period like I do when typing a period after CommandButton1.
I've checked spelling and made sure I used a 1 (number) and not an l (el letter)
Any ideas????
Tia John
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
MsgBox Sh.Name
Next Sh
and it returned Shape objects including the TextBox1 name.
But, I try and type something like TextBox1.Left and I get no dropdown after typing the period like I do when typing a period after CommandButton1.
I've checked spelling and made sure I used a 1 (number) and not an l (el letter)
Any ideas????
Tia John