G
Guest
I'm currently using the following to timestamp certain events
fileNumber = Format(Now(), "YYYYMMDDHHSS"
This is not precise enough. Whats the format for hundredth of a second? I want to return a value such as "2004031213175248". Adding another SS always returns ".00" at the end
Many thanks in advance
Red.
fileNumber = Format(Now(), "YYYYMMDDHHSS"
This is not precise enough. Whats the format for hundredth of a second? I want to return a value such as "2004031213175248". Adding another SS always returns ".00" at the end
Many thanks in advance
Red.
