Inactiver183192
New Member
- Joined
- Jun 12, 2011
- Messages
- 15
dtime = Now + TimeValue("24:00:00")Why doesn't this work but
dtime = Now + TimeValue("23:59:00") does
I've fixed it to now
dtime = Now + 1 but I just don't understand why the first line wouldn't work? I'd appreciate anyone's help. Thanks
dtime = Now + TimeValue("23:59:00") does
I've fixed it to now
dtime = Now + 1 but I just don't understand why the first line wouldn't work? I'd appreciate anyone's help. Thanks