Hi,
I understand (from surfing the net) that we can hide and show comments in Excel by using:
Application.DisplayCommentIndicator=xlCommentIndicatorOnly (to hide comments)
or
Application.DisplayCommentIndicator=xlCommentAndIndicator (to show comments)
However, this will hide or show ALL comments in the whole workbook.
Is it possible to apply these commands to a selected range only, i.e. to hide or show comments only in the small range selected by the user (using Application.Selection)?
How can this be done?
Thanks
Leon
I understand (from surfing the net) that we can hide and show comments in Excel by using:
Application.DisplayCommentIndicator=xlCommentIndicatorOnly (to hide comments)
or
Application.DisplayCommentIndicator=xlCommentAndIndicator (to show comments)
However, this will hide or show ALL comments in the whole workbook.
Is it possible to apply these commands to a selected range only, i.e. to hide or show comments only in the small range selected by the user (using Application.Selection)?
How can this be done?
Thanks
Leon