+ Reply to Thread
Results 1 to 4 of 4

Automatically move entire row to the next open row on another sheet based on cell value

  1. #1
    Registered User
    Join Date
    04-16-2015
    Location
    Edwards AFB, California
    MS-Off Ver
    MS 2010
    Posts
    2

    Post Automatically move entire row to the next open row on another sheet based on cell value

    Sorry guys, very new to this. Here is my issue.

    I have a workbook with twosheets.

    Sheet 1 - has seven columns of data starting at cell A2 through G2. If there is any numbers in cell E2, I want the data from all seven cells to be move over to Sheet 2 beginning at A11 to G11. I want this to be done automatically. I want this to be continued under the same principle for cells B3 through G3, B4 through G4 etc.


    Sheet 1.JPGSheet 2.JPG

    Any help will be greatly appreciated.

  2. #2
    Valued Forum Contributor
    Join Date
    06-29-2014
    Location
    Australia
    MS-Off Ver
    MSO 365
    Posts
    1,101

    Re: Automatically move entire row to the next open row on another sheet based on cell valu

    Hello LongHornBlue,

    The following code may do the job for you:-
    Please Login or Register  to view this content.
    It is a Worksheet_Calculate event and needs to be placed in the worksheet module rather than a standard module. So, right click on the sheet 1 tab, select "View Code" and in the big white field that appears, paste the code.


    Every time that you enter a value in Column E on sheet 1 and click away, the subject row will be transferred to sheet 2 (I'm assuming that you have a simple sum formula dragged down Column G). Have a look at my attached test work book to see what I mean. I also noticed that the headings in the two sheets do not match exactly. Is this a typo? The test work book has them matching.

    Let us know how it goes.

    Cheerio,
    vcoolio.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    04-16-2015
    Location
    Edwards AFB, California
    MS-Off Ver
    MS 2010
    Posts
    2

    Smile Re: Automatically move entire row to the next open row on another sheet based on cell valu

    It worked perfectly! Absolutely perfect! Thank you very much as it was EXACTLY what I needed.

  4. #4
    Valued Forum Contributor
    Join Date
    06-29-2014
    Location
    Australia
    MS-Off Ver
    MSO 365
    Posts
    1,101

    Re: Automatically move entire row to the next open row on another sheet based on cell valu

    Hello LongHornBlue,

    Glad that I could help.

    Cheerio,
    vcoolio.

+ 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. Move an entire row to a new sheet based on the value of a cell.
    By jgroathouse in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-05-2014, 08:16 PM
  2. Replies: 0
    Last Post: 11-03-2014, 04:17 PM
  3. [SOLVED] Move entire row from one sheet to another based on cell value.
    By romanm in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-29-2013, 06:20 PM
  4. Move entire row to another sheet based on cell value
    By Hoodalolly in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-23-2013, 05:18 PM
  5. Move entire row to a new sheet based on cell value vba help
    By almasdour in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-15-2013, 01:38 PM

Tags for this Thread

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