+ Reply to Thread
Results 1 to 3 of 3

Enter text into a specific cell using a userform

  1. #1
    Registered User
    Join Date
    09-09-2009
    Location
    Essex
    MS-Off Ver
    Excel 2007
    Posts
    27

    Enter text into a specific cell using a userform

    Hi

    I have put together my first user form with a little help from searching the web. Most is working ok but, i cannot phathom out how to enter data from the user form into thier specific cells.for instance:

    In the user form "Name" box i will enter text lets say "Country Cushions"
    I want "Country Cushions" to appear on the spreadsheet in cell "B5"

    Any guidence is greatly appreciated.

    Sample attached (Excel 2007)

    -------------------------------------------------------------------------------------------------------------
    Thanks Roy, this worked for me.

    Private Sub txtname_Change()
    With Sheets("Order")
    .Cells(5, 2).Value = Me.txtname.Value
    'etc
    End With
    End Sub

    Would not have got there without your guidence
    Last edited by Cushionsupplier; 03-29-2010 at 05:23 PM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Enter text into a specific cell using a userform

    Try
    Please Login or Register  to view this content.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    09-09-2009
    Location
    Essex
    MS-Off Ver
    Excel 2007
    Posts
    27

    Code to print an range of cells within a wooksheet

    Error opening this post sorry if i have broken any rules in doing so.
    Last edited by Cushionsupplier; 03-29-2010 at 05:42 PM.

+ 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