Results 1 to 9 of 9

Thread: change spinbutton value after textbox event [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Location
    Lucenec, Slovakia
    Posts
    154

    Resolved change spinbutton value after textbox event [RESOLVED]

    Hi guys,

    I have probably very simple problem. I would like to set spinbutton value equal to textbox. I am using the following code:

    VB Code:
    1. Private Sub TextBox3_Click()
    2. UserForm1.SpinButton2.Value = UserForm1.TextBox3.Value
    3. End Sub

    Can anybody help me, what I did wrong?

    Thanks.

    Boris
    Last edited by bolcskei; Mar 20th, 2006 at 06:32 AM. Reason: [RESOLVED]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width