Hi DonkeyOte and thank you for quick responce
Actually I would compare them.
I really need this kind of function. I have even wrote one but it's not working
Function Between(TimeStart As Double, TimeEnd As Double) As Variant
For TimeStart = TimeStart To TimeEnd
Between = TimeStart + 0.000000000000001
Next TimeStart
End Function
I thought this macro would create an array by addind 0.000000000000001 to ecah value between Time start and TimeEnd.... 
Do you really need to go to that level of significance
Yes, I would like so, and just intersted in creating this kind of formula
Bookmarks