Hi,
I have set the height of the listbox (my_table) at 190. but its size always changed everytime the form is openned. How do I keep the table appeared at a constant size? Thanks.
With frm_Test
.Year.Caption = UCase(Range("Year"))
.My_Table.Top = 20
.My_Table.Height = 190
.Show
End With
I have set the height of the listbox (my_table) at 190. but its size always changed everytime the form is openned. How do I keep the table appeared at a constant size? Thanks.
With frm_Test
.Year.Caption = UCase(Range("Year"))
.My_Table.Top = 20
.My_Table.Height = 190
.Show
End With