View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default what if system time is changed?

I have a form that should only be filled out if my department is closed. If
we are open we want to talk to the submitter directly. I've got all of the
code worked out and it works just fine.

Since my code relies on the NOW function, what if someone changes the system
time? Possibly a long shot, but with everything that has been going on where
I work, I wouldn't be surprised if it happened.

Is there a way to pull the current time from somewhere else?

Thanks
JNW