Snake Eyes
Board Regular
- Joined
- Dec 14, 2010
- Messages
- 105
- Office Version
- 365
- 2016
- Platform
- Windows
Greetings,
I'm trying to create a macro that copies cell values from Sheet1 in non-contiguous cells (Column) to Sheet2 into contiguous cells (Row).
I need the macro to detect the next free row at the top short of affecting any row above Row5 and paste there.
Copy Values from:
Sheet1 B10,B12,B14,B17,B19,B23,B29,B32,B35,B38,B41,B43,B45,B47,B49,B51,B53
Paste values to:
Sheet 2 H6:AA6
I know I can do this one cell at a time but I'm looking to simplify the process.
I'm trying to create a macro that copies cell values from Sheet1 in non-contiguous cells (Column) to Sheet2 into contiguous cells (Row).
I need the macro to detect the next free row at the top short of affecting any row above Row5 and paste there.
Copy Values from:
Sheet1 B10,B12,B14,B17,B19,B23,B29,B32,B35,B38,B41,B43,B45,B47,B49,B51,B53
Paste values to:
Sheet 2 H6:AA6
I know I can do this one cell at a time but I'm looking to simplify the process.