Hopefully this will work for you.
Go to Control Panels, Region and choose MM/dd/yyyy for Short Date
Make a new module called ShortDateSetting
Paste the following code into the new module.
Option Compare Database
Option Explicit
Public Const LOCALE_SSHORTDATE = &H1F
Public Declare PtrSafe...