I was trying to open this file which can be found at the windows32 folder. "timedate.cpl"
Run-time error '5':
Invalid procedure call or argument
Was is wrong? :confused:
Run-time error '5':
Invalid procedure call or argument
Code:
Dim RetVal
RetVal = Shell("C:\Windows\System32\timedate.cpl", 1)