Does anyone know if you can get the MDAC and ADO versions of a users pc with VBA code? It seems that every user has something different on their machine (company not good at those types of updates).
*You need a reference to the MicrosoftScriptingRuntime library for FileSystem Object
[tt]
Public Const MDAC_FILE As String = "c:\program files\common files\system\ado\MSADOMD.DLL"
Public Function GetMDACVersion() As String
On Error Resume Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.