Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is it possible using function or formula to "read" and use the contents of
a comment ? |
#2
![]() |
|||
|
|||
![]()
AFAIK there is no built in function to do this, but theres always vba.
Press Alt+F11 and paste this in a module: Public Function ShowComment(Rng As Range) ShowComment = Rng.Comment.Text End Function Then you can use it like any ordinary function. Like this: =ShowComment(A1) Per Erik On Sat, 16 Jul 2005 17:11:03 GMT, "Phil" wrote: Is it possible using function or formula to "read" and use the contents of a comment ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding default comment text | Excel Discussion (Misc queries) | |||
Hotkey problem w/ macro to append comment | Excel Discussion (Misc queries) | |||
New Excel Comment Box Issue | Excel Discussion (Misc queries) | |||
comment indicators should feature lock or pw protect limiting acc. | Excel Worksheet Functions | |||
a comment plugin & copy paste directly from excel to comment ? fr. | Excel Worksheet Functions |