0

Can you get the version of Hyperion SmartView installed using visual basic code for excel ?

I need to get a string output with the version number or something that looks like this -> 11.1.2.2.000

regards

Community
  • 1
  • 1
messinese90
  • 11
  • 1
  • 5

1 Answers1

1

The Smart View for Office Developer's Guide explains the use of HypGetVersion() on Page 44. It will, among other things, return the version.

kh2030
  • 21
  • 2