Hi,

I'm using this code to place the time in a cell:

timestamp = Format(Now(), "hh:mm:ss")

As a result i get: 4:32:51 PM

But what i want is 16:32:51

Who can help me?