Forum Discussion
Rolandhz
Jul 16, 2019Copper Contributor
Excel private note annotating a cell (Excel iOS)
I do not want some cell annotations to be available to others. If I am making an invoice, sometimes I would like to add a private note to myself which I do not want a client to see. Is this not possible?
3 Replies
Sort By
Hi,
Showing or Hiding the comments and/or the indicator by changing options from the Excel Options dialog box, can be reversed from the review Tab of the Ribbon.
Comments are seen by HOVERING.
If you want to add a comment that YOU only can access, there is a work around that limitation by doing the following:
- Select the Cell where you want the comment
- Go to Data Tab >> Data Validation >> Second Tab "Input Message" >> Type your message.
- Your message appears as if it's a comment but it only pops up when Selecting the Cell
- Now you need to protect the worksheet while preventing cell selection:
- Review Tab >> Protect Sheet
- Provide a Password >> Confirm the Password
- UnCheck the box for "Select Locked Cells" >> OK
You are the only one who could select the cell (so long as you can unprotect the sheet) and accordingly read the comment.
Hope that helps
Nabil Mourad
- Theo_BearCopper Contributor
Hi Please see below. Hope it helps. Select File, Options, Advance and under display section the option will be available.
- Roger GovierBrass Contributor
I think you could only do this with VBA
To hide comments
Application.DisplayCommentIndicator = xlNoIndicator
To show comments
Application.DisplayCommentIndicator = xlCommentIndicatorOnly