Hello, I have something I would like to do using spin control. So I'd like to have the spin control start counting at RH00000-00. Then when the hit the arrow key to the right, it becomes RH00001-00. Then when I hit it to the right again, it becomes RH00001-01. Is this doable with some VBA? Currently, I have the VBA code to do just basic RH0, RH1, etc. Any help would be greatly appreciated! Thank you!
VBA Code:
SpinButton1.SmallChange = 1
TextBox8.Text = "RH" & SpinButton1.Value