Hey guys, I'm trying to create a vba which inserts a blank color filled row above every cell in Column B which contains the text "BASE".
pseudo code:
if cell contains "BASE"
then insert blank row above and fill the whole row in Black
else move on to next cell
pseudo code:
if cell contains "BASE"
then insert blank row above and fill the whole row in Black
else move on to next cell