eddiev1972
New Member
- Joined
- Mar 22, 2010
- Messages
- 38
This is more of a VBA learning exercise than anything else:
I want to be able to create button that will continuosly increment/decrement a value while the button is depressed. (Similar to how a spin button works.)
This is primarily because a button will allow you to put a picture on it and spin button (seemingly) doesn't
I have tried the mousedown event and it will increment the value once. So there is either something I don't understand with the event, or I have ommitted the code needed for continuous function.
Any thoughts? Is this possible?
Thank you in advance for any guidance.
I want to be able to create button that will continuosly increment/decrement a value while the button is depressed. (Similar to how a spin button works.)
This is primarily because a button will allow you to put a picture on it and spin button (seemingly) doesn't
I have tried the mousedown event and it will increment the value once. So there is either something I don't understand with the event, or I have ommitted the code needed for continuous function.
Any thoughts? Is this possible?
Thank you in advance for any guidance.