1 Attachment(s)
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
Any help or advice would be greatly appreciated.
1 Attachment(s)
Delete rows with cells color formatted
Hi,
I am trying to find a code solution to delete entire row, if they have red color format (255) in Column A (column C has color formatted cells also, but they aren't considered to the rows to be deleted...only the color rows of column A are the basis to delete entire row.)
Have tried numerous solutions, to no avail.
Any help is greatly appreciated.
Regards,
Doug.