Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 157
Default Scroll view doesnt work in Code

Hi,

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

Regards,
Hari
India


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Scroll view doesnt work in Code

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

Hari" wrote in message ...
Hi,
Im unable to use the mouse scroll button in viewing the excel code. Is that
normal?
Regards,
Hari
India


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 157
Default Scroll view doesnt work in Code

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\VB6IDEMouseW heelAddin.dll

Then in start and then run I typed -- "regsvr32 C:\Documents and
Settings\hprasadh\Desktop\Temporary\h\VB6IDEMouseW heelAddin.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" wrote in message
...
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

Hari" wrote in message

...
Hi,
Im unable to use the mouse scroll button in viewing the excel code. Is

that
normal?
Regards,
Hari
India




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Scroll view doesnt work in Code

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

"Hari" wrote in message ...
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\VB6IDEMouseW heelAddin.dll
Then in start and then run I typed -- "regsvr32 C:\Documents and
Settings\hprasadh\Desktop\Temporary\h\VB6IDEMouseW heelAddin.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" wrote in message
...
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

Hari" wrote in message

...
Hi,
Im unable to use the mouse scroll button in viewing the excel code.
Is that normal?
Regards,
Hari
India


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Scroll view doesnt work in Code

I use VBScroll at work (with an IBM Thinkpad):

Here's a couple links:
http://www.gasanov.net/VBScroll.htm
http://www.geocities.com/SiliconVall...freewheel.html

I was using freewheel, but I'd get lockups (coincidence??). So a few weeks ago,
I tried the VBScroll and so far, no lockups. (But it could have been something
else causing the lockup!)

Hari wrote:

Hi,

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

Regards,
Hari
India


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 157
Default Scroll view doesnt work in Code

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

"Dave Peterson" wrote in message
...
I use VBScroll at work (with an IBM Thinkpad):

Here's a couple links:
http://www.gasanov.net/VBScroll.htm
http://www.geocities.com/SiliconVall...freewheel.html

I was using freewheel, but I'd get lockups (coincidence??). So a few

weeks ago,
I tried the VBScroll and so far, no lockups. (But it could have been

something
else causing the lockup!)

Hari wrote:

Hi,

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

that
normal?

Regards,
Hari
India


--

Dave Peterson



Reply
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
"Show Placeholder" feature in options/view doesnt work Excel Discussion (Misc queries) 0 January 6th 06 02:43 AM
macro code doesnt work in command button The Grinch[_9_] Excel Programming 4 July 22nd 04 06:28 PM
code doesnt work Bob Phillips[_6_] Excel Programming 2 April 24th 04 09:17 AM
code doesnt work Juan Pablo Gonzalez Excel Programming 1 April 23rd 04 09:51 PM
code doesnt work Juan Pablo Gonzalez Excel Programming 0 April 23rd 04 09:19 PM


All times are GMT +1. The time now is 11:49 PM.

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"