I would like to write cell comments in a worksheet that I have created that are meant for the administrator only. There are some comments in other cells that are meant for users.
Is there are way using VBA I can
a) assess the comments in a cell (e.g. the text starts with 'Admin:'). What property is this?
b) hide those comments so the user cannot view them
I have tried using the visible property but this doesn't do all I need it to. I do have a fallback option of using textboxes but this could end up looking a bit messy if there's lots of them!
Any help would be much appreciated.
Is there are way using VBA I can
a) assess the comments in a cell (e.g. the text starts with 'Admin:'). What property is this?
b) hide those comments so the user cannot view them
I have tried using the visible property but this doesn't do all I need it to. I do have a fallback option of using textboxes but this could end up looking a bit messy if there's lots of them!
Any help would be much appreciated.