Version Returns the version of Excel that is in use.
Sub InspectTheEnvironment() Debug.Print Application.Version End Sub