View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default 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
--
GRAZIE
Grazie in anticipo