Getting Version Number with VBA

S

Sanjay Singh

I would like to get the version number of my VBA compiled addin dll. In VB
this is done with the commands:
App.Major
App.Minor
App.Revision

Is there an equivilant in VBA that will give me the same info to display on
a splash screen.

Thanks
Sanjay
 
Top