Hi,
First of all, sorry if you feel that my English is … "poor". It is the trough.
I write VBA-UDF for Excel and I am trying to set up IntelliSense with XLM files.
So far I am using ExcelDna.IntelliSense64.xll and "IntelliSense" WorkSheet to implement IntelliSense
The goal is to have multiple language XLM fileS per UDF.
I think this implies 2 points:
- To have one XLM per language
- To be able to unload the already loaded XML file then load the new necessary language XML file.
Is it possible?
I tested to do this but it does not work. May be I did wrong.
Any solution?
Thank you very much for your help.