A code to modify the system time ?

  • Thread starter Thread starter Ayato
  • Start date Start date
A

Ayato

Hello @ll,

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

please advise,

Ayato
 
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
 
Back
Top