If you want to try that see table in in
http://www.mvps.org/dmcritchie/excel/ccomment.htm#code
code is not documented on my Cell Comment page, see it at
http://www.mvps.org/dmcritchie/excel/code/ccomment.txt
I wouldn't recommend exchanging comments to validation or
vice versa, but Rowie's suggestion does seem to fit the request best,
you will have to click on the cell rather than just hover over the cell.
And that definitely does not fit your "I still want this to happen",
concerning showing comment when hovering over the cell
(without selection).
In other words you would have to know where the comment is.
Though there is also a macro for selecting all comments,
and one for selecting all validations.
I like seeing the cell comment tag for cell comments myself.
CommentsFromValidationBox
Create Comments from Validation Messages
Conversion removes the cell Validations in the selection
CommentsToValidationBox Convert Comments to Validation Box Messages
for those that don't want to see comment tags
Conversion removes the Cell Comments in the Selection
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm
Rowie > said:
I realise you already have comments, but in Data Validation and in the
Input message area, you can put in a comment which will only show up if
you select the cell, is this a possible work around?
BLB > said:
I have a worksheet with comments in many cells. I have hidden the
comments (showing the indicator only) so that when the cursor passes
over the cell, you see the comment. I still want this to happen, BUT I
don't want to see the red corner in the cell.
Is there a way (possibly in VBA?) to get rid of the red corner and
still see the comment when the cursor passes over the cell?