E
Edmund Seet
'The below sample line represents 2 minutes interval
Public Const cRunIntervalSeconds = 120 ' two minutes
I'm just curious what's the "minimum" interval that VBA
can accept?
0.1 sec?
0.01 sec?
0.001 sec?
0.0001 sec?
0.00001 sec or something else?
TIA
Edmund Seet
Public Const cRunIntervalSeconds = 120 ' two minutes
I'm just curious what's the "minimum" interval that VBA
can accept?
0.1 sec?
0.01 sec?
0.001 sec?
0.0001 sec?
0.00001 sec or something else?
TIA
Edmund Seet