LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default List Box - Scroll Wheel on mouse crashes spreadsheet

Here is the code,

Private Sub ListBox1_Change()

Dim outString As String, i As Long

outString = vbNullString
With ListBox1
For i = 0 To .ListCount - 1
If .Selected(i) Then outString = outString & .List(i) & ", "
Next i
End With
Range("I2").Value = outString

End Sub
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I scroll in Excell 2007 with my mouse wheel? Sara Excel Worksheet Functions 1 June 21st 08 08:41 AM
Scrolling with mouse wheel crashes Peter Ritchie [C# MVP] Excel Discussion (Misc queries) 4 August 29th 07 01:25 AM
mouse scroll wheel rat Excel Discussion (Misc queries) 3 July 11th 07 10:52 PM
Using mouse wheel to scroll drop down rfielack Excel Discussion (Misc queries) 0 January 14th 06 10:01 PM
How do I set the mouse wheel to only scroll vertically? AKung Setting up and Configuration of Excel 0 March 18th 05 06:55 PM


All times are GMT +1. The time now is 07:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"