+ Reply to Thread
Results 1 to 2 of 2

userform initialize

  1. #1
    Patrick Simonds
    Guest

    userform initialize

    How do I initialize a userform so that TextBox1 contains the value of Cell
    E4 of the worksheet named Actions?



  2. #2
    Bob Phillips
    Guest

    Re: userform initialize

    Private Sub Userform_Initialize()
    Me.TextBox1.Text = Worksheets("Actions").Range("E4").Text
    End Sub

    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "Patrick Simonds" <[email protected]> wrote in message
    news:[email protected]...
    > How do I initialize a userform so that TextBox1 contains the value of Cell
    > E4 of the worksheet named Actions?
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1