[Solved] Excel VBA – Cut and Paste cell to new cell location based on row/ column condition
I believe the following should do what you are expecting, I’ve added a loop to go from row 3 on column F to the last row in case you add more shapes and colors there, so it will add all of them if found into the table: Sub foo() Dim FindShape As Range, FindColor As … Read more