![]() |
|
#2
|
||||
|
||||
|
You need to use the Range.NumberFormat property. Something like this:
Code:
With Range("T" & target.Row)
.Value = Now
.NumberFormat = "dd/mm/yy - hh:mm"
End With
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
VBA code to change
|
carlleese24 | Excel Programming | 2 | 08-13-2011 09:48 AM |
Today's Date Function
|
freschij | Excel | 3 | 02-11-2011 10:21 AM |
| Automatic Date Function Corrupting Printer Output | Theodulf | Word | 0 | 05-28-2010 12:33 PM |
| Date Function in word? | aligahk06 | Word | 1 | 04-21-2010 06:33 AM |
Imported message date change to today's date
|
promark | Outlook | 1 | 12-23-2005 07:21 AM |