https://issues.apache.org/ooo/show_bug.cgi?id=124049
--- Comment #6 from rvboni <[email protected]> --- (Add-on to rvboni from comment #5) The best workaround I've found is: 1. search the path of the default browser in Windows'registry, see for example: https://forum.openoffice.org/fr/forum/viewtopic.php?f=8&t=42005#p229844 2. use Shell (instead of SystemShellExecute): URL = "file:///C:/SomeHTMLFilePath.html" & "#someTarget" Shell(DefaultBrowserPath,2,URL) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
