Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do I set up comments in Excel that automatically insert date/time stamp
as they are created? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() See Debra Dalgleish's solution at http://www.contextures.com/xlcomments03.html#DateTime "bonobo" wrote: how do I set up comments in Excel that automatically insert date/time stamp as they are created? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this small macro:
Sub commenter() Dim s As String s = Now With ActiveCell .AddComment .Comment.Visible = False .Comment.Text Text:=s .Select End With End Sub -- Gary''s Student - gsnu200837 "bonobo" wrote: how do I set up comments in Excel that automatically insert date/time stamp as they are created? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is it possible to time stamp cell comments? | Excel Discussion (Misc queries) | |||
is it possible to time stamp cell comments? | Excel Discussion (Misc queries) | |||
Date-Time Stamp | Excel Discussion (Misc queries) | |||
Add time and date stamp to Excel comments. | Excel Discussion (Misc queries) | |||
date/time stamp | Excel Worksheet Functions |