Hi All
I am looking for the cleanest way to pick selected rows of data and copy them to a different sheet where they will be used for dynamic graphs. The data on the first page will differ in size greatly, from 10 - 6000 rows, as it is an import from another system.
I have looked about online but most of the solutions I find seem way to complicated for what I really need. I was thinking to run a bit of code that looks line by line and if the value in column "A" is higher than a set value copy CELLS "A" to "G" to other sheet, then sort the data.
If anyone has any suggestions it would be much appreciated.
Kind Regards
I am looking for the cleanest way to pick selected rows of data and copy them to a different sheet where they will be used for dynamic graphs. The data on the first page will differ in size greatly, from 10 - 6000 rows, as it is an import from another system.
I have looked about online but most of the solutions I find seem way to complicated for what I really need. I was thinking to run a bit of code that looks line by line and if the value in column "A" is higher than a set value copy CELLS "A" to "G" to other sheet, then sort the data.
If anyone has any suggestions it would be much appreciated.
Kind Regards