Abdullah H
New Member
Dear Community,
It's been years since I coded VBA, so I'm a bit rusty. Based on worksheet attached, I need help with a code that does the following:
For each test series N in column A:
- move the first row of values up to "Test Start" row (yellow color)
- move that last row of values down to "Test End" row (blue color)
Notes:
- "Test N Start" and "Test N End" rows are always blank
- no blanks in column A
- not all tests have a value (blank cells)
- number of columns is a variable
- number of rows is a variable
Thank you in advance!
It's been years since I coded VBA, so I'm a bit rusty. Based on worksheet attached, I need help with a code that does the following:
For each test series N in column A:
- move the first row of values up to "Test Start" row (yellow color)
- move that last row of values down to "Test End" row (blue color)
Notes:
- "Test N Start" and "Test N End" rows are always blank
- no blanks in column A
- not all tests have a value (blank cells)
- number of columns is a variable
- number of rows is a variable
Thank you in advance!