Dear all,
I have made a number of functions in excel.dna and I am trying to add a help file.
I created a .chm file, gave it an index (1001) and linked it as follows below
<ExcelFunction(Category:="Steam Transport", Description:="Surface Tension of saturated Steam and Water", HelpTopic:="C:\\Users\Logan\Desktop\VB.Net Test\Help\Steam Tables Help.chm!1001", IsMacroType:=True, IsVolatile:=True)>
If I change the reference to anything other than the !1001 then excel tells me that it is an invalid reference. With !1001 I click on the help and nothing happens (no popup but no .chm either)
I know that sometimes these things are picky about having spaces and periods in the filepath so I copied the file to
<ExcelFunction(Category:="Steam Transport", Description:="Surface Tension of saturated Steam and Water", HelpTopic:="C:\\SteamTablesHelp.chm!1001", IsMacroType:=True, IsVolatile:=True)>
but the same thing happens
I tried replacing the .chm with a web page
and this works fine.
Is this something wrong with my machine or am I doing something wrong?
regards,
Logan