G
Guest
I have a text box and label that I want to move and resize when a subform is
made visible. To begin with they are at the left margin and I want to move
them to 3.8
I have tried two ways and various numbers and doesn't work
Label29.Left = 3.8
or
with Label29
.Left = 3.8
end with
with Text1
.Left = 3.8
.Width = 4.0
end with
made visible. To begin with they are at the left margin and I want to move
them to 3.8
I have tried two ways and various numbers and doesn't work
Label29.Left = 3.8
or
with Label29
.Left = 3.8
end with
with Text1
.Left = 3.8
.Width = 4.0
end with