comments
I want to go through a column of data and find which cells have "comments"
so when it hit's the cell that has a comment i just want it to let me know
so when i write my code i can write something like
if cell(x,y) has a comment then
z = true
end if
so
|