GetMDACVersion GetExcelVersionThis is a featured page

Public Function GetMDACVersion() As String
Dim objObject As Object

GetMDACVersion = "n/a"
On Error Resume Next
Set objObject = New ADODB.Connection
GetMDACVersion = objObject.Version
End Function

Public Function GetExcelVersion() As String
Dim objObject As Object

GetExcelVersion = "n/a"
On Error Resume Next
Set objObject = New Excel.Application
GetExcelVersion = objObject.Version
End Function


No user avatar
2buck
Latest page update: made by 2buck , Dec 1 2006, 11:37 PM EST (about this update About This Update 2buck Edited by 2buck


view changes

- complete history)
Keyword tags: None (edit keyword tags)
More Info: links to this page

Anonymous  (Get credit for your thread)


There are no threads for this page.  Be the first to start a new thread.