Retrieve udf/fx version #

Add-in Express™ Support Service
That's what is more important than anything else

Retrieve udf/fx version #
Is it possible to udf/fx version # 
Michael Benowitz




Posts: 32
Joined: 2017-02-03
Hello,

I have an excel com add in module with a matching udf/fx I'd like to be able to retrieve the udf\fx version info within my add-in. Is this possible.

Is creating a user defined excel function that returns the version an option. If so how would my addin-in call it.

Thanks,

Mike
Posted 22 Aug, 2017 15:37:51 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Mike,

You can create a function returning this string - System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString().


Andrei Smolin
Add-in Express Team Leader
Posted 23 Aug, 2017 05:21:05 Top