Excel-DNA / Excel-DNA/IntelliSense
Tooltip help links to .chm help files don't work in recent Excel versions
Open
- Dominant language
- C#
- Stars
- 179
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
The tooltip form become a help link when hovering on the function name.
If the function is registered with help text, IntelliSense attempts to open the help url, or the chm file and topic using a call to `System.Windows.Forms.Help.ShowHelp`.
Help file links and the `Help.ShowHelp` call don't work anymore under recent Excel versions - see also https://docs.microsoft.com/en-us/answers/questions/308412/is-the-latest-version-of-excel-365-blocking-htmlhe.html
We might examine trying to call `Application.Help` instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.