+ Reply to Thread
Results 1 to 14 of 14

How to transfer data from User-form to multiple worksheet

Hybrid View

aliminate How to transfer data from... 06-20-2024, 07:43 AM
torachan Re: How to transfer data from... 06-20-2024, 08:33 AM
aliminate Re: How to transfer data from... 06-20-2024, 08:50 AM
aliminate Re: How to transfer data from... 06-20-2024, 01:04 PM
torachan Re: How to transfer data from... 06-21-2024, 07:53 AM
aliminate Re: How to transfer data from... 06-21-2024, 08:11 AM
aliminate Re: How to transfer data from... 06-21-2024, 08:24 AM
torachan Re: How to transfer data from... 06-21-2024, 12:10 PM
aliminate Re: How to transfer data from... 06-21-2024, 02:55 PM
aliminate Re: How to transfer data from... 07-03-2024, 08:11 AM
torachan Re: How to transfer data from... 07-03-2024, 09:04 AM
aliminate Re: How to transfer data from... 07-03-2024, 11:07 AM
torachan Re: How to transfer data from... 07-03-2024, 12:07 PM
aliminate Re: How to transfer data from... 07-03-2024, 01:50 PM
  1. #1
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    How to transfer data from User-form to multiple worksheet

    I need to create a user-form that will send data to different worksheet. enclosed an example of the worksheet. need some help. Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,411

    Re: How to transfer data from User-form to multiple worksheet

    Before setting up the form is the data any more complex than the simplistic sending of the number '1' to the relevant date column of the appropriate sheet and are the references really all the same irrespective of animal type. ????
    Torachan,

    Mission statement; Promote the use of Tables, Outlaw the use of 'merged cells' and 'RowSource'.

  3. #3
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Thank You Torachan for the quick response, sending of the number '1' to the relevant date column and the Row of the appropriate sheet and the references really all the same regardless of animal type. Thanks again

  4. #4
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Torachan
    So basically if we see an animal on the camera EXAMPLE R100, send 1 to the relevant date column of the appropriate sheet.

    aliminate

  5. #5
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,411

    Re: How to transfer data from User-form to multiple worksheet

    see if the attached is useful - the Sheet "FrontEnd" must stay 'as is' because it is referenced in the code.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Thank you so much for your help, it's working great. Is it possible to have Show form as a tab instead of front end. Thanks again

    aliminate

  7. #7
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Is it possible to add more animals and cameras to the form dropdown

    aliminate

  8. #8
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,411

    Re: How to transfer data from User-form to multiple worksheet

    Providing your extra sheets (animals) format is a duplicate of the (Deer) sheet and you do not use Sheet1 to record then the code dynamically expands to accommodate extra sheets.
    As you have not given your location (locale) in your profile I cannot guarantee date format (this is country dependant (format and separators)) - all that is needed is e.g. (Europe, UK, USA .....).
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Thank you yes i am in Florida USA, it looks good. Thanks again

    aliminate

  10. #10
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Torachan
    Thank you for your help, the form works fine till we added some columns to the worksheet especially the dropdown, i enclosed example of the changes. Thanks again

    aliminate
    Attached Files Attached Files

  11. #11
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,411

    Re: How to transfer data from User-form to multiple worksheet

    You can not just add unrelated columns and displace rows at will without altering your code reference datums.
    The original used column 'A' and row 1 as references you have moved both therefore nothing will work.
    You need to finalise your layout before attempting to code.

  12. #12
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    I know and i am sorry for that but this is the final layout i am sure of it.
    and is it possible this has nothing to do with the layout, after you hit submit clear the 3 dropdowns. Thanks again

    aliminate

  13. #13
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,411

    Re: How to transfer data from User-form to multiple worksheet

    try the attached.
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: How to transfer data from User-form to multiple worksheet

    Thank you so much for your help, i'll try it and let you know. Thanks again for your help much appreciated.

    aliminate

+ 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. User form very slow to transfer data to worksheet
    By sbana in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-08-2022, 01:35 AM
  2. Transfer data from user-form and fulfill formula on it
    By mak_pj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-31-2016, 05:36 AM
  3. Replies: 2
    Last Post: 12-29-2015, 06:35 AM
  4. Unable to transfer data from user form to spread sheet
    By katieshields in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-19-2014, 05:43 AM
  5. Replies: 1
    Last Post: 08-28-2013, 05:04 PM
  6. Transfer User form data to a worksheet w.r.t. combobox item on the form
    By nm766 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-07-2011, 12:43 PM
  7. User form data transfer in VBA
    By jrcream in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-03-2008, 01:59 AM

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