VBA Code needed to insert rows based on pricepoints
Hi,
I have attached a cut down version of the data I'm trying to sort.
Column A has product, and column B has a Sell price.
I'm stuck on creating the code to look through the list of prices in column B, and insert blank rows to seperate the list into set pricegroups.
Eg. 0 - 499 / 500 - 799 / 800 - 999 / 1000 - 1499 / 1500 - 1999 / 2000 - 2499 / 2500 - 2999 / 3000 - 3499 / 3500 - 3999 / 4000 - 4499 / 4500 - 4999