How to show Regional Settings Properties (Regional Settings)
Posted on January 5, 2009
1 2 3 4 5 6 | 'System & API - How to show Regional Settings Properties (Regional Settings) Option Explicit Sub Main() Shell "rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0" End Sub |