Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Userform SpinButton problem
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Ozgur Pars, post: 6148247"] Hello, I am currently using spinbuttons on a userform and I am passing the current values from an excel sheet onto them. Something like: Private Sub UserForm_Activate() SpinButton1.Value = Sheets(1).Range("B1") end sub The problem is that if the current value is the minumum value of the spinbutton the label.caption does not display this number. In all the other cases the correct number is displayed(including the max number of the spinbutton) Why is this happening and how can I display the minumum numbers also? Thanks, Özgür [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Userform SpinButton problem
Top