Log in

View Full Version : listbox`s always change size when i close and re-open up workbook



jeff
09-05-2013, 02:52 PM
Hi All

Is there anyway possible to have the 10 listbox`s to remain at a static Height - 250 and Width - 150 in size....everytime i open up the workbook the listbox`s get smaller and smaller each time.

Is there any possibility of Listbox`s always being Height - 250 and Width - 150 in size and that they do not move at all in the spreadsheet.The positioning of each Listbox goes underneath each column
Regards

Jeff

snb
09-05-2013, 06:38 PM
Set the property 'integralheight' to False.

jeff
09-05-2013, 07:18 PM
Thanks snb

That fix the issues.

Is there any possibility with the protected sheet of also allowing the Listbox`s to be enabled as currently with the protected sheet I cannot select the Listbox`s to change unless I un-protect

Regards

Jeff

snb
09-05-2013, 07:50 PM
A userform would be advisable.

jeff
09-05-2013, 07:55 PM
I have not created userform before but prepare to learn .. how would a userform replace the Listbox`s

Jeff

jeff
09-07-2013, 01:23 PM
Hi

Still curious as to how you would implement a userform instead of the Listbox`s....

Jeff

snb
09-07-2013, 03:40 PM
Have a look over here:

Create an Excel UserForm (http://www.contextures.com/xlUserForm01.html)