Obtaining information about DLLs from VBA

J

JAC

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

Chip Pearson

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)
 

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

Top