A code to modify the system time ?

A

Ayato

Hello @ll,

Is there a piece of code that can modify the system date/time ?

please advise,

Ayato
 
J

John Wilson

Ayoto,

Check the VBA Help for "Date" and "Time"

Example:
To change the date
Date = #February 12, 1999#

To set the time
Time = #4:35:17 PM#

John
 
Top