

Select Case objEApp.Version 'Determine Version ObjEApp = DirectCast(CreateObject("Excel.Application"), Excel.Application) 'Cast To Excel App VB.NET Private Sub Determine_OfficeVersion_1()ĭim objEApp As Excel.Application 'Excel Objectĭim strEVersion As String 'Identify Version We can use Late Binding, Assembly and even the Registry.

There are numerous ways and tools at our disposal. You can however change the Text Properties of the buttons, as follows: Add four buttons to your form, and leave all the default names. DesignĬreate a new project in either VB.NET or C#. This article will show you 4 different ways to determine the Office versions installed. This happens because not enough research of the client’s needs and abilities was done. Many a programmer sees this as an afterthought, sadly. Knowing which version of MS Office is installed on the client computer is vital.
