View Single Post
  #2   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

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