Hello,
I have two cells in excel which I need to find the time difference between them in miliseconds:
a = 2005-07-07 04:38:43.998
b = 2005-07-07 04:38:44.002
The answer should be: 4
How can I find it using vba code? I saw the "datedif" function but the units don't have milisecond option..
In addition, it seems that "Date" variable in vba don't recognize miliseconds!
any ideas?
thanks!
I have two cells in excel which I need to find the time difference between them in miliseconds:
a = 2005-07-07 04:38:43.998
b = 2005-07-07 04:38:44.002
The answer should be: 4
How can I find it using vba code? I saw the "datedif" function but the units don't have milisecond option..
In addition, it seems that "Date" variable in vba don't recognize miliseconds!
any ideas?
thanks!