+ Reply to Thread
Results 1 to 16 of 16

Excel 2010. When I scan data into last cell, I need excel to drop down to next row

  1. #1
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    When I scan data into cells on one row, when I get to the last cell column of data, After I scan in data, I want to drop down to next row, column 1.

  2. #2
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Hello and welcome to the forum,

    It's not clear from your post what you are doing. Please explain further and provide a sample workbook so we can understand better.
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    I am using a scanner to enter data into a 2010 excel spreadsheet. It has 7 columns. When I scan into the 7th column, I need that last cell entered to drop drop down to the next row 1st cell.

  4. #4
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    How does the scanner know where to put the data? Does it put in the active cell and then the next six columns next to it? Therefore if the selected cell is A2 then A2:A7 would be filled after the scan?

  5. #5
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Cell A1 is highlighted first. After each scan, it kicks to the next cell to the right. Right now, after we scan into cell G1 it goes to cell H1. I need the data on the next scan after G1 to go to A2

  6. #6
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Maybe something like this in the sheet code where the data is being inputted:

    Please Login or Register  to view this content.
    It assumes that once the data is inputted in Columns 1-7, column 8 is selected. This will trigger the change event to move to the next row starting at column 1.

  7. #7
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    This works great....but I can get the code to save. If I save the file, the cofe disappears.
    Last edited by Cutter; 07-16-2012 at 01:06 PM. Reason: Removed whole post quote

  8. #8
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    You are saving as xlsx. You need to save as xlsm (macro-enabled) or xls (older format) or xlsb (binary format). Personally I would recommend the first (.xlsm).

  9. #9
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Quote Originally Posted by abousetta View Post
    You are saving as xlsx. You need to save as xlsm (macro-enabled) or xls (older format) or xlsb (binary format). Personally I would recommend the first (.xlsm).
    It wont work as an xlsm....do you have an email I can se nd the file to??
    o

  10. #10
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    You could upload it to the site using the attachment button on the 'Go Advanced' form.

  11. #11
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    I have attached the file




    Quote Originally Posted by abousetta View Post
    You could upload it to the site using the attachment button on the 'Go Advanced' form.
    Attached Files Attached Files

  12. #12
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Have a look at this attachment.

    abousetta
    Attached Files Attached Files

  13. #13
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    I will get it a try first thing in the morning....can't thank you enough for this.

    Dan

  14. #14
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Glad I could help. Let me know how it goes.

    abousetta

  15. #15
    Registered User
    Join Date
    07-13-2012
    Location
    Redlands,Calif
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    PERFECT !!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Thank you so much for your help !!!!!!!!!


    Quote Originally Posted by abousetta View Post
    Glad I could help. Let me know how it goes.

    abousetta

  16. #16
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel 2010. When I scan data into last cell, I need excel to drop down to next row

    Thanks for the feedback. Please mark the thread as Solved.

    Good luck.

    abousetta

+ 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