r0ckstarck
New Member
- Joined
- Nov 15, 2017
- Messages
- 1
I'm very new to VBA and can't figure out how to build this. I need a macro that will copy data from a table, paste it to another location, run three already made macros, then move onto the next cell. 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!
Here is a link to the spreadsheet: https://www.dropbox.com/s/ukfpgjul8swwmea/Copy%20of%20Testing%20Data%20OU.xlsm?dl=0
-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!
Here is a link to the spreadsheet: https://www.dropbox.com/s/ukfpgjul8swwmea/Copy%20of%20Testing%20Data%20OU.xlsm?dl=0