Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
Thank you for this, completely agree with the textbox workaround, just wondered if it was possible to add the scroll property to a label, I like the spin button idea and will play about with that. Many thanks Duncan Tom Ogilvy wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
scroll bars | Excel Worksheet Functions | |||
SCROLL BARS | Excel Discussion (Misc queries) | |||
Scroll bars | Excel Discussion (Misc queries) | |||
scroll bars | Excel Programming | |||
Scroll bars | Excel Discussion (Misc queries) |