ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Fw: determine Dll version (https://www.excelbanter.com/excel-programming/374177-fw-determine-dll-version.html)

am A.

Fw: determine Dll version
 
Sub WhatIsIt()
Dim FSO As Object
Dim strPath As String
Set FSO = CreateObject("Scripting.FileSystemObject")
strPath = "C:\Program Files\Common Files\Microsoft Shared\Web
Folders\PKMCDO.DLL"
MsgBox FSO.GetFileVersion(strPath)
Set FSO = Nothing
End Sub
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"am A."
wrote in message
Hi,all
I need a macro or function to know which version of cdo.dll is
installed
tks

great tks

--
Tks at all




All times are GMT +1. The time now is 04:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com