Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
JE,
Thanks, I treid to get it working with .AddComment Text:=Date, numberformat ("d-m-yy"), and other things like that, of course to no avail. Jack. "JE McGimpsey" schreef in bericht ... One way: Public Sub InsertDateInB3() With Range("B3") On Error Resume Next .Comment.Delete On Error GoTo 0 .AddComment Text:=Format(Date, "d-m-yy") End With End Sub In article , "Jack Sons" wrote: Hi all, I want to put todays date with a certain format (d-m-yy) in the comment of cell B3. Can't find the proper code. Please help. TIA Jack Sons The Netherlands |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update cell based on date range | Excel Discussion (Misc queries) | |||
Making a auto date entered into a cell permanent from a template | Excel Discussion (Misc queries) | |||
How would I change a date cell to decrease it by business days? | Excel Discussion (Misc queries) | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
Extract date from cell | Excel Worksheet Functions |