Scroll view doesnt work in Code

H

Hari

Hi,

Im unable to use the mouse scroll button in viewing the excel code. Is that
normal?

Regards,
Hari
India
 
J

Jim Cone

Hari,

Take a look at this...
http://support.microsoft.com/?kbid=837910
"Mouse Wheel Events Do Not Work In The Visual Basic 6.0 Ide"
excerpt...
"You may also return to an earlier version of Microsoft Intellipoint software. To do this, follow these steps:
1.. If the IntelliPoint software that is installed on your computer is version 4.9 or later, remove the IntelliPoint software from
your computer.
2.. Install IntelliPoint software version 4.12.
3.. The following file is available for download from the Microsoft Download Center:"
..............................................
Regards,
Jim Cone
San Francisco, CA
 
H

Hari

Hi Jim,

Thanx for pointing me to the right direction.

Im sorry, I must be the dumbest one in not being able to follow the steps
given in the KB article:

I downloaded the file and ran unzip and extracted it to -- C:\Documents and
Settings\hprasadh\Desktop\Temporary\h\VB6IDEMouseWheelAddin.dll

Then in start and then run I typed -- "regsvr32 C:\Documents and
Settings\hprasadh\Desktop\Temporary\h\VB6IDEMouseWheelAddin.dll"

(Above is without the quotes.) But after pressing enter I get a message
that -- LoadLibrary("C:\Documents") failed - The specified module cannot be
found.

Also please note the article talks about starting VB 6.0 in step 3. I dont
have VB installed as such. I use excel and im talking about the VBA code
specific to excel.

Also the site talked about another option of building the add-in by doing
File and then "Make VB6IDEMouseWheelAddin.dll" but in excel when I do File I
cannot see an option for Make

Please tell me what am doing wrong.

Regards,
Hari
India
Jim Cone said:
Hari,

Take a look at this...
http://support.microsoft.com/?kbid=837910
"Mouse Wheel Events Do Not Work In The Visual Basic 6.0 Ide"
excerpt...
"You may also return to an earlier version of Microsoft Intellipoint
software. To do this, follow these steps:
1.. If the IntelliPoint software that is installed on your computer is
version 4.9 or later, remove the IntelliPoint software from
 
J

Jim Cone

Hari,

Download and install the older version of the IntelliPoint software.
That's what worked for me ( and many others, according to posts I've read).

Regards,
Jim Cone
San Francisco, CA
 
H

Hari

Hi Dave,

Thnx a lot. I had gone thru the route of both Add-in and Intellipoint
software in MS's site but somehow it wasnt working. Guess Im a little too
naive.

But ur Vbscroll is simply superb. Works like a charm.

Regards,
Hari
India
 
Top