Hello. I'm getting the "Run-time error '1004': Application-defined or object-defined error" when I run my code (see below). I'm attempting to identify the range beginning in H3 to last row in table and check each cell if = 0. If so, I want to add a thick top border to the entire row of that cell. And if, the cell = 0 and the adjacent cell equals 1 then add both a thick top and bottom border to the entire row of that cell. I tried my best to set it up but I get the above error and when I click Debug, the line that contains "ActiveCell.Offset(0, -7).Select" is highlighted. Please help. Thank you.
Bookmarks