mortgageman
Well-known Member
- Joined
- Jun 30, 2005
- Messages
- 2,015
I have tried everything to get my textbox1 to be a certain height. As you can see, I even just plugged in a big number (1600) just to see what would happen. NOTHING HAPPENS. The size of the box doesn't change no matter what I do.
Is there something really stupid on my part going on?
Gene Klein
Is there something really stupid on my part going on?
Gene Klein
Code:
.TextBox1.Top = 30
.TextBox2.Top = 30
MsgBox .TextBox30.Top
MsgBox .TextBox1.Top
MsgBox .TextBox30.Height
'.TextBox1.Height = .TextBox30.Top - .TextBox1.Top + .TextBox30.Height
.TextBox1.Height = TextBox30.Top + TextBox30.Height
MsgBox TextBox1.Height
TextBox1.Height = 1600
.TextBox2.Height = TextBox1.Height
.TextBox14.Height = TextBox1.Height
.TextBox4.Visible = False
.TextBox5.Visible = False
.TextBox6.Visible = False
.TextBox7.Visible = False
.TextBox9.Visible = False
.TextBox11.Visible = False
.TextBox12.Visible = False
.TextBox15.Visible = False
.TextBox16.Visible = False
.TextBox17.Visible = False
.TextBox18.Visible = False
.TextBox19.Visible = False
.TextBox20.Visible = False
.TextBox21.Visible = False
End With