Doflamingo
Board Regular
- Joined
- Apr 16, 2019
- Messages
- 238
Hi all, I wondered how to Return to the original row with a listbox
I know with a short statement that's OK for the listbox for a determined lenght and height, I see the whole statement when I activate the userform.
But If I don't want to change the features of the listbox and keep the same height and lenght
If I have a long statement, it does not fully appear in the listbox when the userform is activated.
Like
So, does anyone know how to Return to the original row with a listbox ?
I know with a short statement that's OK for the listbox for a determined lenght and height, I see the whole statement when I activate the userform.
Code:
If OptionButton1.Value = True Then Me.ListBox2.AddItem ("blabla")
But If I don't want to change the features of the listbox and keep the same height and lenght
If I have a long statement, it does not fully appear in the listbox when the userform is activated.
Like
Code:
If OptionButton2.Value = True Then Me.ListBox2.AddItem ("blablaasdfghjklqwertyuiopfghjkwertyuiasdfghjk")
So, does anyone know how to Return to the original row with a listbox ?