View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Date stamped comment box

There is no setting for this.


There is no add comment event - so not sure how code would do it except
perhaps through brute force; looping through comments and identifying those
which don't contain dates and adding the date using some reliable trigger
like calculate or selection change.

--
Regards,
Tom Ogilvy


"Windward" wrote in message
oups.com...
I need the date the comment was created to appear next to the name of
the person that inserted the comment to the cell. Is there any easy way
to do this?