Skip to content
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

Fixed REFRESH for .intellisense.xml file and Workbook.CustomXMLParts #142

Merged
merged 1 commit into from
Feb 23, 2025

Conversation

Sergey-Vlasov
Copy link
Contributor

No description provided.

@Sergey-Vlasov Sergey-Vlasov requested a review from govert February 23, 2025 04:32
@Sergey-Vlasov Sergey-Vlasov linked an issue Feb 23, 2025 that may be closed by this pull request
@govert govert merged commit dad20ed into master Feb 23, 2025
@AL7Seven
Copy link

AL7Seven commented Feb 24, 2025

I’m feeling like a …
But is anybody can tell me where to download your new version of the XĹL Refresh?
I do not think any change in the compiled XLL I can download.
Sorry and thank you in advance.

@Sergey-Vlasov
Copy link
Contributor Author

is anybody can tell me where to download your new version of the XĹL Refresh?

Downloadable ExcelDna.IntelliSense64.xll is probably not yet available. Can you build it yourself from the source code in this repository?

@AL7Seven
Copy link

AL7Seven commented Feb 24, 2025

Sorry but I Don't. So far, my knowledge about C# and VS is not good enough.
I left the "know how" for too long (too old?).😪 … 😉

PS:
I tried to download the full code v1.70 of ExcelDna.IntelliSense64.xll (zip) but … Error 404?

@Sergey-Vlasov
Copy link
Contributor Author

is anybody can tell me where to download your new version of the XĹL Refresh?

I've attached the new .xll.
IntelliSense_xll.zip

@AL7Seven
Copy link

GREAAT thank you very much. I'm going to test it tomorrow morning.
I jut wrote a VBA code that seams to do the job. here the link in GitHub. If you have time to read it and test ...

@AL7Seven
Copy link

AL7Seven commented Feb 26, 2025

@Sergey-Vlasov
Hi Sergey
I just test both XLL, the net462 and the net6, you complied yesterday. Both works with the Refresh function.
If you want to test yourself my code, in the Sub SetLang just comment line Rep = ReLoadDNA and uncomment Rep = RefreshDNA() like here

' Useless for now: Call RefreshDNA() to use the internal Refresh ExcelDna function
'   Rep = ReLoadDNA
    Rep = RefreshDNA()

Just 2 points:

  • What are the difference between hem (except the size)? More interesting functions i could call directly? Which one?
  • Which one am I supposed to use and deliver with my UDFs?

I going to update the XML Multi Languages
as soon you will tell me which XLL I should put in the package.

Anyway, thanks a lot. for your help It works.

@Sergey-Vlasov
Copy link
Contributor Author

  • What are the difference between hem (except the size)? More interesting functions i could call directly? Which one?
  • Which one am I supposed to use and deliver with my UDFs?

There is no difference in functionality, they just use different .NET runtime.

If your add-in is targeting .NET Framework 4.x, include net462 one.

@AL7Seven
Copy link

By the way, did you try/test my sample?
Anything to notice (bugs or else)? Any suggestion?

Thank you very much. I going to update.

@Sergey-Vlasov
Copy link
Contributor Author

By the way, did you try/test my sample?

Sorry, I have limited time to dedicate to Excel-DNA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VBA UDF for Excel: IntelliSense and Multi countries XML files
3 participants