Hello,
I am trying to insert a comment on data-validated cells in a column through VBA. There are multiple possible values in the range and each has their own conditional comment.
Eg,, if cell value = X, insert comment X. If cell value = Y, insert comment Y.
I've been searching the boards and...