-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Greetings,
I'm much impressed by the ExcelDnaDoc functionality in building compiled help files. In particular the fact that help text is embedded in the code, and that creating a chm-file is part of the build process makes everything easy to maintain and upgrade.
I just started to create commands as callbacks in a Ribbon, and noted that an ExcelCommandDoc function similar to ExcelFunctionDoc appears to be missing.
I always use ExcelFunctionDoc instead of ExcelFunction, as it gives me these three extra parameter strings : Summary, Remarks and Example. The fact that these strings accept and process html tags makes them very versatile. It is now possible to add lists and figures and url-references into your help file.
Unfortunately, similar functionality seems missing for ExcelCommands. It would be very nice to have...