(I figured this one would already exist, but when I do searches on the internet I get tons of results of people looking to change the color of border lines)
I was wondering if anyone has a macro that could analyze the active range of a spreadsheet and apply a specific border configuration to cells based on their specific background fill color.
I am looking for something that I can kind of tweak myself and learn a little bit in the process.
Basically I am looking for a macro that for example can take any cells that have a background fill color "ColorIndex = 36" (which is yellow) and add xlMedium thick border lines to the right and left sides.
As well as take any cells with a background fill color "ColorIndex = 34" (which is cyan) and add a xlMedium thick border around the entire cell.
I think with these two items I can tweak the macro to accomodate different colors and border configurations.
Thank you to anyone who reads this and has anything to share.
I was wondering if anyone has a macro that could analyze the active range of a spreadsheet and apply a specific border configuration to cells based on their specific background fill color.
I am looking for something that I can kind of tweak myself and learn a little bit in the process.
Basically I am looking for a macro that for example can take any cells that have a background fill color "ColorIndex = 36" (which is yellow) and add xlMedium thick border lines to the right and left sides.
As well as take any cells with a background fill color "ColorIndex = 34" (which is cyan) and add a xlMedium thick border around the entire cell.
I think with these two items I can tweak the macro to accomodate different colors and border configurations.
Thank you to anyone who reads this and has anything to share.