grannybrad
New Member
- Joined
- Jun 26, 2013
- Messages
- 2
Hi, I'm having trouble coming up with a way to create a code in VBA that would parse through a table of data, recognize if a value was in between a set of numbers and if it was, copy and paste the row into the next avaiable empty row in the new sheet. Then, if all went well, it would go down to the next value
For reference:
All values in column I are between 3-30
If the value in column I< 5, then I would want to the entire row containing that value to copy to the next empty row in sheet 3-5yr Mat. From there the parameters would be if i is between 5 and 7, 7and 10, 10 and 18 amd greater than 18, with each one of those parameters corresponding to a new sheet
Any tips on how to set up that code?
For reference:
All values in column I are between 3-30
If the value in column I< 5, then I would want to the entire row containing that value to copy to the next empty row in sheet 3-5yr Mat. From there the parameters would be if i is between 5 and 7, 7and 10, 10 and 18 amd greater than 18, with each one of those parameters corresponding to a new sheet
Any tips on how to set up that code?