Created
January 17, 2018 04:48
-
-
Save DuongAQ/1babe78b250bdb2f0d05b016212d4d69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private Sub SpinButton1_Change() | |
SpinButton1.Min = 1 | |
SpinButton1.Max = Sheet1.Range("F" & Rows.Count).End(xlUp).Value | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment