Listbox

  • Thread starter Thread starter ranswrt
  • Start date Start date
R

ranswrt

On my spreadsheet I want to put a list of items in a box that will have a
scroll bar for when the list is longer than the box. I don't want to be able
toselect any of the items, just veiw them. How do I do this?
Thanks
 
You can use a listbox without any event code. Either load it with the
AddItem method or use the ListFillRange in the properties window. Without
the event code the list box will just sit on the sheet untill you enter
design mode and delete it.
 
Thanks I'll try that.



JLGWhiz said:
You can use a listbox without any event code. Either load it with the
AddItem method or use the ListFillRange in the properties window. Without
the event code the list box will just sit on the sheet untill you enter
design mode and delete it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top