Trevor has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Access Intermediate course
Excel VBA Advanced course
List Box
Morning
Could you possibly tell me how I stop a List Box from changing its shape (by itself) when a view is toggled between Full Screen and Normal View.
Thanks
Trevor Clements
RE: List Box
Hi Trevor, thanks for your query. Can you give me a bit more information. What application are we talking about, and is the List Box on a form or bolted onto a spreadsheet?
Hope this helps,
Anthony
RE: List Box
It is just a simple Embeded List box Form control using a named range as the contents. It was not created through VBA
It just resets itself when toggling between Full and Normal Screen.
I am sure it something to do with one of the properties
Thanks
Trevor
RE: List Box
Hi Trevor. Try right-clicking on the listbox, go to Properties and change IntegralHeight to False. See if that helps.
Anthony