View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Obtaining information about DLLs from VBA

Are you referring to standard Win32 DLLs or ActiveX DLLs or NET
assembly DLLs? For Win32 DLLs, look at the FileInfo project on Karl
Peterson's web site. This project shows how to use the
GetFileVersionInfo API function to get info on a Win32 DLL, among many
other interesting features.

http://vb.mvps.org/samples/project.asp?id=fileinfo

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)



On Sun, 14 Dec 2008 12:37:14 -0800 (PST), JAC
wrote:

Does anyone know how I might obtain the version number of a DLL
(Major, minor and revision) using VBA?