How to get the current version of the Workdesk using VBA code?

By: Gowrisankar

I'm currently working in workdesk V10.  My VBA code is compatible for both v9 and v10. Now based on the Version i have to include an option in the workdesk menu. So anyone has any idea how to get the current version of the workdesk using VBA code?

Thanks in advance,

Regards,

Gowrisankar

Tagged:

Comments

  • By: David Bergland

    You can obtain the version of WorkDesk through the Application.CALMaster object:

           Application.CALMaster.Version.GAVersion

    For example, on Workdesk release 10 this property returns "10.0".