View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
david mcritchie david mcritchie is offline
external usenet poster
 
Posts: 691
Default fly wheel on a mouse and a userform

You have to remove the ­ (soft hyphen) completely from the links
http://www.enhanceddatasystems.com/E...istScrolls.htm
http://www.mabry.com/mwheel/index.htm


"Bob Phillips" wrote in message ...
Never had the problem myself, but I have this info in my library

A solution involving a cheap 3rd party ActiveX control at
http://www.enhanceddatasystems­....rolls­.htm

Another option, the Mabry MouseWheel control and a Windows callback
funtion - documented on their site.
http://www.mabry.com/mwheel/in­dex.htm


--

HTH

RP
(remove nothere from the email address if mailing direct)


"MD" wrote in message
.. .
Hi,

I have a userform with a listbox and the wheel on the mouse doesn't roll
within that userform. Any idea how I can activate that option?

TIA

MD