D
Dan E
New to VBA, I'm struggling to do the following:-
For each row (y) starting at row 5 (say)
If the intersection of the row and column AT (say) has a value "X"
Then, in that row, for each cell with no content, change the
cell.interior.colorindex to No Fill (zero?), leaving cells WITH content
unchanged;
y = y + 1
Repeat for each row to the end of the ActiveSheet.UsedRange
Basically, I'm using a column (AT) as a marker for rows containing cells
that the macro needs to work on. If there's no content in AT9, say, the
macro should leave row 9 alone.
Any help gratefully received,
TIA,
Dan
For each row (y) starting at row 5 (say)
If the intersection of the row and column AT (say) has a value "X"
Then, in that row, for each cell with no content, change the
cell.interior.colorindex to No Fill (zero?), leaving cells WITH content
unchanged;
y = y + 1
Repeat for each row to the end of the ActiveSheet.UsedRange
Basically, I'm using a column (AT) as a marker for rows containing cells
that the macro needs to work on. If there's no content in AT9, say, the
macro should leave row 9 alone.
Any help gratefully received,
TIA,
Dan