View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default User Form Spin Button

Rebecca,

Oh no. Unfortunately, you have to manage it.

It depends upon your design. It could be done in the spinner control, or in
a commandbutton. As I say, it depends on what you are doing.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Rebecca" wrote in message
...
Thanks!
Does this goes in control source for the textbox?


"Bob Phillips" wrote:

Textbox1.Text = CStr(Spinbutton1.Value)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Rebecca" wrote in message
...
Hello to all
I have a user form with textBox1 and SpinButton1. How do I lnk the

button
to the text box?
Thanks