Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
was wondering if someone had an idea how to get past thi I've got a lstbox on a form that I continually write to - as in a progress indicator - but when I write to the 7th entry I run out of screen space and a scroll bar turns up and the new txt can no longer be seen. Is there anyway to have the lstbox automatically scroll so the last entry is alway shown than Nichevo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't worry found a solution
ProgBar2.lstMsgWin.AddItem tx If ProgBar2.lstMsgWin.ListCount = 8 The ProgBar2.lstMsgWin.RemoveItem End I Through if anyone knows a easy way to scroll the lstbox instead of removing the first item each time I wouldn't mind knowing |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Nichevo,
Through if anyone knows a easy way to scroll the lstbox instead of removing the first item each time I wouldn't mind knowing If this is a list box on a userform, take a look at the TopIndex property. Regards Stephen Bullen Microsoft MVP - Excel www.BMSLtd.co.uk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop from automatically scrolling to the right? | Excel Discussion (Misc queries) | |||
Vertical scrolling...jumps rather than smooth scrolling | Excel Discussion (Misc queries) | |||
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel, even 2007 beta | Excel Discussion (Misc queries) | |||
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel 2003 | Excel Discussion (Misc queries) | |||
Automatically scrolling to top of worksheet | Excel Worksheet Functions |