R
Rod Taylor
I have a sub that will place a comment in the cell if the info is more then
a certain number of charters.
However I have two problems with this.
first if I protect the sheet with userinterface only then it won't put in
the comment
I got around this by unprotect the sheet but wondering if there might be
another way.
My new problem is if the sub to place a comment is called and the cell
already has a comment there then the program hangs
If I new that there was already a comment there then I found out how to turn
this into a variable and then place both in the cell as a comment.
so How do I find out if a cell currently has a comment or is there a better
way to do this
Thanks in advance
ROD
a certain number of charters.
However I have two problems with this.
first if I protect the sheet with userinterface only then it won't put in
the comment
I got around this by unprotect the sheet but wondering if there might be
another way.
My new problem is if the sub to place a comment is called and the cell
already has a comment there then the program hangs
If I new that there was already a comment there then I found out how to turn
this into a variable and then place both in the cell as a comment.
so How do I find out if a cell currently has a comment or is there a better
way to do this
Thanks in advance
ROD