+ Reply to Thread
Results 1 to 13 of 13

userform help

  1. #1
    Registered User
    Join Date
    01-01-2014
    Location
    south east
    MS-Off Ver
    Excel 2007
    Posts
    7

    userform help

    how do i get my user form to write the text box data on to an active row (highlited row)

  2. #2
    Forum Expert Solus Rankin's Avatar
    Join Date
    05-24-2013
    Location
    Hollywood, CA
    MS-Off Ver
    Win7 Office 2010 VS Express 2012
    Posts
    2,655

    Re: userform help

    Which column?
    Thanks,
    Solus


    Please remember the following:

    1. Use [code] code tags [/code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
    Highlight the code in your post and press the # button in the toolbar.
    2. Show appreciation to those who have helped you by clicking below their posts.
    3. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

    "Slow is smooth, smooth is fast."

  3. #3
    Registered User
    Join Date
    01-01-2014
    Location
    south east
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: userform help

    multiple columns

  4. #4
    Forum Expert Solus Rankin's Avatar
    Join Date
    05-24-2013
    Location
    Hollywood, CA
    MS-Off Ver
    Win7 Office 2010 VS Express 2012
    Posts
    2,655

    Re: userform help

    Please be as specific as possible with what you're trying to achieve. You want the input from one textbox to be repeated in multiple columns of the active row?

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: userform help

    and also,pls take a few minutes to read forum rules and specially in this case, rule#1.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  6. #6
    Registered User
    Join Date
    01-01-2014
    Location
    south east
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: userform help

    my apologies i thought this was one line of code to add above .Offset(rowcount, 0).Value = Me.txtstocktradenumber.Value etc

    i have a data sheet in excel which is populated with a user form but it only populates certain fields like barcode product name etc (working) but not fields like postage cost and customer

    i then have a search button on the data sheet to open a user form for the user to type in the barcode to find the record they need to update (using autofilter) and then selects the whole row (working)

    then once the autofilter has found the row i need a user form to open for the user to enter postage cost and customer info etc on the highlighted/selected row

  7. #7
    Registered User
    Join Date
    01-01-2014
    Location
    south east
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: userform help

    where can i find the forum rules, i need to devolop this program quickly but i want to learn vba properly so i can see myself being a frequent user

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: userform help

    Quote Originally Posted by mezzle992 View Post
    where can i find the forum rules, i need to devolop this program quickly but i want to learn vba properly so i can see myself being a frequent user
    So you are in the right place! At the top of the page you'll find the button for the forum rules.

  9. #9
    Forum Expert Solus Rankin's Avatar
    Join Date
    05-24-2013
    Location
    Hollywood, CA
    MS-Off Ver
    Win7 Office 2010 VS Express 2012
    Posts
    2,655

    Re: userform help

    It sounds like you already have quite a bit done. Could you redact any sensitive information from you file and attach it as an example?

    This makes it much easier and we can tailor fit a solution.

    To attach a workbook, click the 'Go Advanced' button below, then use the paperclip icon in the toolbar to navigate to your file.

  10. #10
    Registered User
    Join Date
    01-01-2014
    Location
    south east
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: userform help

    workbook example.zip

    i have come quite away with the code but the book is no where near done, still needs tidying up and i need to put some formula in for the automatic fields like amazon fees and dates. ive put in a couple of random entries so you can see whats going on

  11. #11
    Registered User
    Join Date
    01-01-2014
    Location
    south east
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: userform help

    HaHa oh yeah, i'm gonna stop being dense now.

    Fotis1991 (i will get the hang of this)

  12. #12
    Forum Contributor
    Join Date
    02-19-2013
    Location
    UK
    MS-Off Ver
    Excel 2019
    Posts
    677

    Re: userform help

    Hi everyone,
    I am also trying few things in user form and need help.
    I have seen your sample book and is way too ahead of what I am doing.
    My book is related to two dependent combo boxes. Some what related to your question.
    Please help if you can.
    Please refer to the following thread.
    http://www.excelforum.com/excel-programming-vba-macros/979237-dependent-drop-down-list-in-user-form-combo-box-vba.html#post3535700

    Kind regards
    KK1234

  13. #13
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,897

    Re: userform help

    KK1234:

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. combining chart userform and data transfer userform into 1 userform
    By H_Kennedy in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-04-2014, 07:11 AM
  2. combining chart userform and data transfer userform into 1 userform
    By H_Kennedy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-03-2014, 12:28 PM
  3. [SOLVED] Changed userform combobox to listbox, unable to get userform to retrieve datasheet values
    By dragonabsurdum in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-29-2013, 01:38 PM
  4. [SOLVED] Open a userform from a userform, but preserve the info in the original userform
    By jfoerch in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-25-2013, 02:38 PM
  5. userform is large.....how to use scrollbar of userform to show all of the userform
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-05-2010, 04:11 PM

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