How can I double the time in VBA? I have googled here and there, and have seen some ugly things like
dim i as long i = 100 dim d as double d = i * 1.00000000001
I have not tested this, I think it works, but my application is really sensitive to data, and I would like to actually have a listing that does not affect the data ... Does this not exist?
source share