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
 

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