| |||||||||||
Anonymous
![]() |
as far as you make sure your algorythm generates unique ids. Or if you do not rely on yourself you could create a Notes document get a UNID and not save it. Or you could use your formula in case you made sure that each Hex string is 8 chars, for example: right("00000000" & Clng(Time), 8) In this case only make sure your computer is not too quick. It looks that in this way you may get several times the same ids.
|