determine Dll version

  • Thread starter Thread starter am A.
  • Start date Start date
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
 
Jim Cone scriveva il 02/10/2006 :
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

great tks
 

Ask a Question

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.

Ask a Question

Similar Threads

Sort function 1
CFGMGR32.DLL 0
Help changing Keyboard Shortcut assigned to Excel Macro 2
CDO .Dll 1
Which version Excel created file? 8
CDO api question 10
Open TXT file 2
Problem with cdosys.dll 2

Back
Top