OperatingSystem Returns the name and version of the Operating System.
Sub InspectTheEnvironment() Debug.Print Application.OperatingSystem End Sub