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." <[email protected]>
wrote in message
Hi,all
I need a macro or function to know which version of cdo.dll is installed
tks
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." <[email protected]>
wrote in message
Hi,all
I need a macro or function to know which version of cdo.dll is installed
tks
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.