Skip to content

Remove hardcoding for v16.0 of Excel in ReportRegistryDetails #11

Description

@AndyLockhartHSBC

object oRegResult = Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Excel\Options", sName, DefaultValue);

16.0 should be replaced with Format(Val(Application.Version),"0.0")

Although it looks like Microsoft have stuck with version 16 for a while as Excel 2019 also returns this version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions