so I am comparing times but my times are all off by like 5 to 10 mins.
the time can be up to 20 mins off and it still be ok.
however since the times are in strings I can't do
if( time is <= ( currenttime - 20)
or can I ?
I have textbox002.value = Cstr(now)
and I am using that to compare again from alpha002.values
would I have to turn the two times in to decimals or something?