+ Reply to Thread
Results 1 to 3 of 3

User forms help

  1. #1
    Registered User
    Join Date
    02-15-2006
    Posts
    6

    User forms help

    Hi Everybody

    I was wondering if it is possible to fill a text box on a user form automatically with a value from a cell in a worksheet, or in other words is there something like a row source in the properties?

    or is it possible to hide the arrows of a list box, because when I use the row source for the list box the number automaticlly changes but the arrows make it look like the value can be changed.


    Thanks and advance for the help!!!!!

  2. #2
    Registered User
    Join Date
    02-26-2006
    Posts
    3
    hi

    try this


    Private Sub UserForm_Initialize()
    TextBox1 = Range("a1").Value
    End Sub


    regards Yngve

  3. #3
    Tom Ogilvy
    Guest

    Re: User forms help

    The textbox has a control source property.

    I don't understand that second one. I can't think of anything on a listbox
    that I would call arrows.

    --
    Regards,
    Tom Ogilvy


    "mav93" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi Everybody
    >
    > I was wondering if it is possible to fill a text box on a user form
    > automatically with a value from a cell in a worksheet, or in other
    > words is there something like a row source in the properties?
    >
    > or is it possible to hide the arrows of a list box, because when I use
    > the row source for the list box the number automaticlly changes but the
    > arrows make it look like the value can be changed.
    >
    >
    > Thanks and advance for the help!!!!!
    >
    >
    > --
    > mav93
    > ------------------------------------------------------------------------
    > mav93's Profile:

    http://www.excelforum.com/member.php...o&userid=31592
    > View this thread: http://www.excelforum.com/showthread...hreadid=518423
    >




+ 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