-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBA UDF for Excel: IntelliSense and Multi countries XML files #140
Comments
I don't have a good answer for localisation of the IntelliSense at the moment. What you can do is to rename or copy the xml files as needed. |
maybe related: issue #82 ... |
Thanks a lot Govert.
I hope it will also give you few ideas. |
So far I tried to execute the refresh function. It doesn't work.
I surly did something wrong but I don't find what. Any help? |
@AL7Seven Your code for calling the refresh looks right - I'll try to test and confirm myself. It should be possible to create a file called Reloading the IntelliSense add-in should definitely refresh everything, like restarting Excel. If you are trying to change the IntelliSense/Source/ExcelDna.IntelliSense/Providers/WorkbookIntelliSenseProvider.cs Line 349 in 65f82cf
I see no reason why changing the file and then calling refresh should not work. |
Hello, About the log file, I will test what you wrote me.
It would be better if XLL code (Refresh) is corrected but I am not able to do. |
Hi, P.S.: Of course we could concatenate Sub or Function to make the code shorter but I did (quick) that way to make it more clear and (try to be) more educationa.
I let few pieces of code in comments that I think they could be helpful for others. |
@Sergey-Vlasov Could you please investigate whether the Refresh for the WorkbookIntelliSenseProvider works correctly when an embedded CustomPart is changed? The idea is that refresh should re-read everything, similar to reloading the add-in. |
@Sergey-Vlasov Could we support loading of IntelliSense information at runtime by adding a new call to the |
Refresh for the WorkbookIntelliSenseProvider doesn't reload CustomXMLParts. Calling "DEACTIVATE" and then "ACTIVATE", instead of "REFRESH", can be used as a workaround. |
hello
I just can tell that it doesn't work but the functions, Deactivate and Activate, return TRUE. |
"DEACTIVATE" and then "ACTIVATE" update all IntelliSense info. It doesn't reload the add-in. |
We have 4 methods of providing IntelliSense information. I think adding another one will make it even more complicated. |
Hi @Sergey-Vlasov , PS; |
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:
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.
The text was updated successfully, but these errors were encountered: