achin
04-27-2008, 09:11 PM
:help
I want to set the format for the date as defined below to "dd.mm.yyyy".
How should i do that?
If .Column = Range("G:G").Column And Cell = 1 Then
Cells(.Row, "H").Value = Int(Now)
I want to set the format for the date as defined below to "dd.mm.yyyy".
How should i do that?
If .Column = Range("G:G").Column And Cell = 1 Then
Cells(.Row, "H").Value = Int(Now)