Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
Thanks !!! JE
JE McGimpsey wrote: You could use a User Defined Function: Public Function GetComment(Target As Excel.Range) As String On Error Resume Next GetComment = Target(1).Comment.Text On Error GoTo 0 End Function Use as A2: =GetComment(A1) If you're not familiar with UDFs see http://www.mvps.org/dmcritchie/excel/getstarted.htm Hi [quoted text clipped - 9 lines] Norman -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
Can I reference comments by Cell Name? | Excel Discussion (Misc queries) | |||
cell comments | Excel Worksheet Functions | |||
Making comments apply to more than one cell | Excel Discussion (Misc queries) | |||
Can you conditional format based on information in cell comments? | Excel Worksheet Functions |