Good morning c.vaibhav

Originally Posted by
c.vaibhav
Do we have NumericUpDown Tool Control in MS Excel 2003 that can be employed on a userform. The one similar to the numericupdown of VB.NET.
Yes, you can use a spinbutton. Set up a userform with a textbox (TextBox1) and a spinbutton (SpinButton1) and then use this code to see how the control affects the textbox :
There are other controls for a spinbox that can be set through the property window (Max / Min etc), or these can be set via code at run time.
HTH
DominicB
Bookmarks