Hi monirulccr,
You may want to try to see if this works on the downloaded workbook okay on your computer, and if so, first see if the way it’s being used is the same as the demo workbook. Also, make sure any compile errors are gone before utilizing this tool. You can check using Debug->Compile VBAProject
Hope that helps.
Thanks
Dan
Hi,
I’ve tried the downloaded workbook, but the scroll with the mouse wheel doesn’t work.
I have office 365 with 64bits Excel version and 64bits Windows version.
Do you have any idea why the downloaded workbook doesn’t work for me?
Been looking for something that can improve productivity and this is great. Looking for a way to highlight item in list as pointer move over it and so far code that I’ve had seems to get offset as the list get longer or shorter. So, I need to see how it is done here.
Now I can add scroll feature too. Great stuff here 🙂
Hi zaki,
So glad it is helpful. I’m working on an advanced series to show people a new set of controls that will blow their minds. It’s not ready yet, but I can’t wait to show you. It has hover capabilities and much more without complicated code for pointers, etc.
I’ll keep you posted.
Thanks
Dan
I downloaded the code and it works well. However, anytime VBA IDE goes into break mode, be it from an inserted breakpoint or from a runtime error, Excel crashes. Any thoughts?
Hi Ryan,
I’m not sure. When no macros are running or in break, are there any outstanding syntax issues that arise when you use Tools->Compile VBAProject?
Oftentimes WinAPI calls are less than forgiving when they encounter any errors and rather than helping you debug them like regular vba code, they just want the application to freak out and crash. That’s why I ask.
Thanks
Dan
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
I was copy this code and just pase in my new module.
Wrong number of arguments or invalid property assignment .
And focus to the “UnhookListBoxScroll”
what is my mistake? can you help me?
Thanks
Hi monirulccr,
You may want to try to see if this works on the downloaded workbook okay on your computer, and if so, first see if the way it’s being used is the same as the demo workbook. Also, make sure any compile errors are gone before utilizing this tool. You can check using Debug->Compile VBAProject
Hope that helps.
Thanks
Dan
Hi,
I’ve tried the downloaded workbook, but the scroll with the mouse wheel doesn’t work.
I have office 365 with 64bits Excel version and 64bits Windows version.
Do you have any idea why the downloaded workbook doesn’t work for me?
Thank you,
Isabel Vala
Hi belitavla,
I’m not sure why it’s not working for you. Do you have a 32 bit computer that it is working on? Do you have macros enabled?
Thanks
Dan
Hi Sir,
Its worked.
Thank you so much.
So glad it’s working for you, vhesap!! 👍
Been looking for something that can improve productivity and this is great. Looking for a way to highlight item in list as pointer move over it and so far code that I’ve had seems to get offset as the list get longer or shorter. So, I need to see how it is done here.
Now I can add scroll feature too. Great stuff here 🙂
Hi zaki,
So glad it is helpful. I’m working on an advanced series to show people a new set of controls that will blow their minds. It’s not ready yet, but I can’t wait to show you. It has hover capabilities and much more without complicated code for pointers, etc.
I’ll keep you posted.
Thanks
Dan
I downloaded the code and it works well. However, anytime VBA IDE goes into break mode, be it from an inserted breakpoint or from a runtime error, Excel crashes. Any thoughts?
Hi Ryan,
I’m not sure. When no macros are running or in break, are there any outstanding syntax issues that arise when you use Tools->Compile VBAProject?
Oftentimes WinAPI calls are less than forgiving when they encounter any errors and rather than helping you debug them like regular vba code, they just want the application to freak out and crash. That’s why I ask.
Thanks
Dan