+ Reply to Thread
Results 1 to 2 of 2

Creating a Macro that Copies Data While Moving Down Spreadsheet

  1. #1
    Registered User
    Join Date
    10-28-2017
    Location
    Portland, OR
    MS-Off Ver
    2010
    Posts
    3

    Creating a Macro that Copies Data While Moving Down Spreadsheet

    I posted this last night but didn't attach the workbook so I thought I would try again, I hope that's okay


    I'm very new to VBA and am having trouble figuring out how to build this. I have been able to get a macro to work for just one line of the table but haven't been able to make it cascade down the table. An example for row 2 of the table is this

    -Take Cells A9-E9 and copy them to A2-E2

    -Run 3 macros that are saved in the workbook. These macros sort tables that I have on sheets 2-4 based on the data A1-M2 (applyGreater, applyLesser, applyPush).

    -Copy Cells G6-K6 and paste them as values to G9-K9 (G6-K6 are aggregate functions that update based on the data in the Sheet2-4 Tables.

    -Move down to row 3 of the table and repeat the process using data in that row. I need it to keep doing this until the table ends (Row 3609).

    I hope I was clear with my instructions. Thank you for any and all help!
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525

    Re: Creating a Macro that Copies Data While Moving Down Spreadsheet

    I think you want to loop through column A and copy A:E to A2


    Please Login or Register  to view this content.

+ 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. Creating a Macro that Copies Data While Moving Down Spreadsheet
    By kcratskcor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2017, 03:09 AM
  2. [SOLVED] Macro that copies a formula to another sheet and copies data at same time
    By Newbienewbster0932 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-26-2017, 02:49 PM
  3. Need Help Creating a Macro That Finds New Data and Copies it to Another Cell
    By fly91 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-16-2013, 09:14 PM
  4. [SOLVED] Creating a Macro - Moving copied data down into a new row each time it's run !
    By JamesR12 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-18-2013, 10:14 AM
  5. Replies: 6
    Last Post: 07-25-2012, 07:55 AM
  6. Creating multiple copies of same data...
    By pauleon in forum Excel General
    Replies: 1
    Last Post: 07-17-2012, 09:34 AM
  7. [SOLVED] Macro that copies every 600 rows and paste data in new spreadsheet
    By Bealey in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-27-2012, 09:38 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