View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
BillyJ BillyJ is offline
external usenet poster
 
Posts: 2
Default comment function

I'm trying to create a fucntion that references the comment in a cell. Below
is what I have but it's obviously flawed somehow but dont know how to fix it.
Any help? Many thanks in advance.

Function Comment(MyCell)
Comment = MyCell.Comments
End Function