I’m a newby in learning mode. My questions ought be a no-brainer to many of you, but I am just not getting this.
Question 1:
I need to create sbSpinButton1 whose value is an integer from 1 to 99. This value needs to be reflected in tbTextBox1.
Question 2:
I need to create sbSpinButton2 whose value is a capital letter from A-Z and then AA to ZZ (after Z comes AA). This value needs to be reflected in tbTextBox2.
My attempts have resulted in skipping a letter (i.e. A, C, E, G, etc.).
Since I feel like I’m poking around in the dark, I would really appreciate it if someone would shed some light on this spinbutton thing for me.
Thanks!!
Troy