Hi Marco,
Do you mean the first option with a url does not navigate to that url?
You mean if you make it “http://google.com” that it doesn’t go there?
I don’t think you can point it to a help file, but just pages on a web site.
For the second option with ExcelDnaDoc, you’ll have to manage the help ids yourself, by putting unique ones in each HelpTopic.
Then the generated help file will be made with those topics.
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/b39b6ecd-4c6c-46a5-9ffe-f6eb38b233b3n%40googlegroups.com.
Hi Marco,
For the Web url, you have to just give the url to the html content, you can’t point it to a help file and use that.
For the .chm file, Iyou should use just the .chm file name instead of the whole path, and I seem to think there was a reason for the ids to start at 1001.
So you’d have
HelpTopic:="FKGenDNA-AddIn.chm!1001"
HelpTopic:="FKGenDNA-AddIn.chm!1002"
HelpTopic:="FKGenDNA-AddIn.chm!1003"
Then it should generate a help file with the right topics, and link them up correctly at runtime.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/09a93717-dacb-4df5-8669-438a6fbc58e4n%40googlegroups.com.
Hi Marco,
You need to check the attributes from <ExcelFunction> to <ExcelFunctionDoc> and add an “Imports ExcelDna.Documentation” at the top of your file.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/7a435d50-adf9-43ed-993a-3feccbbde959n%40googlegroups.com.
Hi Terry,
Yes, ExcelDnaDoc should still work fine. I’d guess having a website with documentation that Google can index is the first thing to consider. Then you can also point the function help there. If you don’t want to publish what your add-in does, it’s a bit more problematic.
A single file .chm help file is pretty neat, though. We’ll probably add support for packing it into the single file .xll at some stage. I have no idea how many users find and use the Help link on the function wizard though – Excel doesn’t do that integration so well. I’m not sure it’s very important.
-Govert
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/4e519233-7b39-4918-9d4a-da945131cb37n%40googlegroups.com.