View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Label with Scroll Bars

You could use a spinbutton control and control the display of text perhaps.
but I would beg to differ that you can't use a textbox. You can configure a
textbox to behave almost exactly as a label including appearance - if you
lock with the locked property, it can't be edited (if that is your concern).


--
Regards,
Tom Ogilvy


"Duncan" wrote:

Hi All,

Is it possible to scroll up and down a label, and I cant use a textbox
it has to be a label.

If there isnt a scroll bar property for a label then does anyone know
of a workaround so that I can wee all of the text in a lable if it is
more lines that can be seen (and I cannot resize the label to fit the
text)

Any help much appreciated.

Duncan